manticoresoftware / manticore-github-issue-search

Demo: GitHub search with Manticore Search
https://github.manticoresearch.com
6 stars 2 forks source link

Implement the query suggestion logic #19

Closed donhardman closed 3 months ago

donhardman commented 4 months ago

We should design and display query suggestions in the same way Google does, and use the latest code from Buddy to accomplish this.

The user input should bounce with a slight delay, and with almost every keystroke, we should render and display a popup placed under the search input.

The task consists of 3 subtasks:

donhardman commented 4 months ago

The integration is complete. If everything works well from the client's perspective, further improvements will focus on the Fuzzy-related tasks in Buddy.

donhardman commented 3 months ago

Closing, as it was merged into the main