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

EUI search box does not handle non-Western characters properly #1409

Closed
bmcconaghy opened this issue Jan 7, 2019 · 1 comment
Closed

EUI search box does not handle non-Western characters properly #1409

bmcconaghy opened this issue Jan 7, 2019 · 1 comment
Assignees

Comments

@bmcconaghy
Copy link
Contributor

EUI does not handle non-Western characters properly in the search box:
image
Index names and policy names (and ES document fields) can contain such characters, so this should be supported properly.

@chandlerprall
Copy link
Contributor

Looking into this, the grammar parser we use (PEG.js) doesn't support regex classes (\W, \s, etc) so it is a bit more involved.

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

3 participants