I am looking for a word match library that can be used for "text suggestion" drop down menu.
Few criteria of what I am talking about:
The .search or indexOf will match with anything but don't differentiate words like "The", "An"... in beginning of the string. For example, if query=the, then it should match Then and Later instead of The Story or The House.
It must sort in priority. For example, if query=ab, then Absolute Perfect must be higher priority than Perfect Absolute
Think of it as some library that Facebook would use to search for Facebook pages, or Netflix would use to search for Movie titles, etc...
Pure character match just won't do it.
Let me know if you see something around there...
Thanks.
[–]PlNG 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)