pawelczak / EasyAutocomplete

JQuery autocomplete plugin
http://easyautocomplete.com
MIT License
729 stars 244 forks source link

Sort best match first fom Json list #462

Open AsfaltoPesante opened 2 years ago

AsfaltoPesante commented 2 years ago

I have a json list with these values "John Brown", "John Smith","John","Simply John", "Mr. John" etc what i'd like to achive is that no matter wher ein the json order is "John" the exact match always appear first then the others. I've seen an example that works with list but it does not with json ANy of you have ideas?