-
Notifications
You must be signed in to change notification settings - Fork 640
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
Search do not work with non-latin characters #223
Comments
Hi @ilyaglow as a workaround, if you are searching for cases, you can use the search filter within cases list. I confirm that the search box of the topbar doesn't correctly handle you search example. Investigating... |
Hi @nadouani, workaround works great, thanks! |
The same thing should work through the filter form of the observables' list. |
Well the issue is coming from a base64 encoding library that doesn't handle non ASCII strings :) Replacing this library by https://github.com/dankogai/js-base64 solves the issue. |
Thank you! |
Hey there,
Request Type
Bug
Work Environment
Problem Description
If you try to search in the Hive with non-latin characters it won't work
Steps to Reproduce
Кейс на русском языке
кейс
Possible Solutions
It is not actually a solution but reproducing the issue with Chrome Developer Tools opened I noticed that browser don't even send XHR to the backend, so the
querystring
is getting stucked somewhere on the angular side.The text was updated successfully, but these errors were encountered: