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

Improve matching algorithm of filter UI #1233

Closed
jameshadfield opened this issue Nov 19, 2020 · 1 comment
Closed

Improve matching algorithm of filter UI #1233

jameshadfield opened this issue Nov 19, 2020 · 1 comment

Comments

@jameshadfield
Copy link
Member

The filter search box (see #1200) currently matches on the label key. Values of these look like

country → USA
country → South Africa
country → New Zealand
...

The matching algorithm behind React Select seems to require complete matching of the provided string in that list (case insensitive). So, for instance, new zealand matches fine, however country new zealand doesn't (country → new zealand would be required). This should be improved.

@joverlee521
Copy link
Contributor

Duplicate of #1271

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

2 participants