We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/manage/Tags/Index
Providence should display a list of objects tagged with "Test Me".
Browser directed to /find/QuickSearch/Index/search/ca_item_tags.tag%3A"Test+Me" where zero results are displayed.
/find/QuickSearch/Index/search/ca_item_tags.tag%3A"Test+Me"
Replace the + char with the correct encoding %20 and refresh.
+
%20
The text was updated successfully, but these errors were encountered:
I can confirm this is happening for me too.
Sorry, something went wrong.
Fix for #1531
923c844
Pushed a fix for this.
This works on v1.7 also, thank you.
No branches or pull requests
Steps to reproduce:
/manage/Tags/Index
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.The text was updated successfully, but these errors were encountered: