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

Better autocompletion #12

Closed
ddeboer opened this issue Apr 3, 2017 · 2 comments
Closed

Better autocompletion #12

ddeboer opened this issue Apr 3, 2017 · 2 comments

Comments

@ddeboer
Copy link
Member

ddeboer commented Apr 3, 2017

We now use a regular (match) query, which uses analyzed queries and terms. This is suboptimal for matching partial (prefix) strings.

See http://rea.tech/implementing-autosuggest-in-elasticsearch/ for options.

@fredpook
Copy link

fredpook commented Jun 8, 2017

A Ginger general UI improvement with key up/down scrolling (driebit/ginger#18) would be very nice too.

@ddeboer
Copy link
Member Author

ddeboer commented Dec 19, 2018

The prefix search argument can now be used for this case.

Cf. driebit/ginger#507

@ddeboer ddeboer closed this as completed Dec 19, 2018
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