Skip to content

AvikSh14/SearchAutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Use getSuggestedWordsFromList(List words, String typedWord) method from SearchController to get suggested words. Pass word list and the typed word to that function and this will suggest you words based on the list of words passed to the function.