NITDgpOS / Fearch

This is a chrome extension where we can search music,video and books over ftp servers. You can add it to your chrome using this link -
https://chrome.google.com/webstore/search/fearch
MIT License
37 stars 37 forks source link

Add a suggestion list. #102

Closed djmgit closed 5 years ago

djmgit commented 6 years ago

Implement a suggestion list. When user types any thing in the search field a drop down should appear containing suggestions.

A possible way to solve this issue: Implement a denounce search field, which will listen for change in input and make a ajax call to search API. The data returned can be used with typehead and bloodhound libraries to create the suggestion list. Also user search history can be used along with the data returned by google suggest API to implement the list. (#101) This is suggest a suggestion, you are free to try out your own idea :)

AvinashAgarwal14 commented 6 years ago

I would like to work on this.

djmgit commented 6 years ago

@AvinashAgarwal14 great, please go ahead :+1: