Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to query datasets with # in the name #1511

Closed
macjabeth opened this issue Sep 30, 2021 · 5 comments
Closed

Unable to query datasets with # in the name #1511

macjabeth opened this issue Sep 30, 2021 · 5 comments
Labels
bug Something isn't working needs more info

Comments

@macjabeth
Copy link

Describe the bug

When attempting to search for datasets that include a # in the name, it fails with a 400 Bad Request.

Requests to other datasets work fine.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Data Sets in Zowe Extension
  2. Create your profile (if not already created)
  3. Click the magnifying glass to search a new dataset
  4. Search for a dataset that includes # in its name
  5. See the 400 error

Expected behavior

Searching for these datasets should return a proper response without error.

Screenshots

image

Desktop (please complete the following information):

  • OS: macOS Big Sur (11.6)
  • Zowe Explorer Version: v1.19.0
  • (Optional) Zowe CLI Version: N/A
  • (Optional) Are you using Secure Credential Store? N/A

Additional context

Replacing # with %23 fixes the issue (temporarily) so the datasets can be searched for. However, it still doesn't let me open the datasets after searching them.

@macjabeth macjabeth added the bug Something isn't working label Sep 30, 2021
@jellypuno
Copy link
Contributor

@macjabeth Is this still happening to you? I tried it with v1.19 and it was okay.
Untitled

@macjabeth
Copy link
Author

@jellypuno Just tried it and I'm still getting errors, unfortunately.

image

Doesn't work with #. When I replace # with %23, it loads the results as expected but doesn't let me open any of them (presumably b/c it queries for # again behind the scenes).

@macjabeth
Copy link
Author

macjabeth commented Jan 21, 2022

Any updates on this? Or ideas on how to fix it? I'm still having the issue, both with the VSCode extension and the Zowe CLI.

@zowe/cli 6.37.3
Zowe Explorer v1.21.0

@JTonda
Copy link

JTonda commented Aug 2, 2022

May be related to #1849

@KutluOzel-b KutluOzel-b mentioned this issue Oct 18, 2022
8 tasks
@JillieBeanSim
Copy link
Contributor

special char support fixed with PR #1977

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs more info
Projects
None yet
Development

No branches or pull requests

4 participants