list.js
list.js copied to clipboard
Unable to search name with spaces even using fuzzy search
giving the codepen can check search for example:
Boulevard Niche, Indiranagar above text we can't search Niche
https://codepen.io/PavanKallur/pen/pVbyGG
worked around, added class to all child inside li and added same as option array,
hope it will help someone.
if any update or improvement you find can be done plz do comment.
https://codepen.io/PavanKallur/pen/pVbyGG
thanks
If you set multiSearch in options to true, the search seems to get a little better/easier-to-use.
Check the source here:
https://github.com/javve/list.js/blob/master/src/fuzzy-search.js Line 25