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

URL Encoding Failure for Tags Search #1531

Open
miqrogroove opened this issue Jan 9, 2024 · 0 comments
Open

URL Encoding Failure for Tags Search #1531

miqrogroove opened this issue Jan 9, 2024 · 0 comments

Comments

@miqrogroove
Copy link
Contributor

Steps to reproduce:

  1. In the Tags field of the ObjectEditor, add a new tag containing a space, such as "Test Me".
  2. Do that for at least 2 objects to help generate a list later.
  3. Navigate to /manage/Tags/Index
  4. Search the tags for "Test".
  5. Click on the link for the tag "Test Me".

Expected result:

Providence should display a list of objects tagged with "Test Me".

Actual result:

Browser directed to /find/QuickSearch/Index/search/ca_item_tags.tag%3A"Test+Me" where zero results are displayed.

Workaround:

Replace the + char with the correct encoding %20 and refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant