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

filter autocomplete suggestions by key in addition to fields #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

niekvandepas
Copy link

Previously, the autocomplete suggestion box did not filter by keys. This led to some strange behaviour where typing the exact name of a key would not show that entry in the suggestion box, or where an entry with a key that exactly matches what the user has typed would appear much further down the list than others. This PR solves that issue by prepending the item key to the item fields for filtering.

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

Successfully merging this pull request may close these issues.

1 participant