javve / list.js

The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
https://listjs.com
MIT License
11.2k stars 898 forks source link

Search for string with punctuation/period/dot #739

Closed jtschulik closed 2 years ago

jtschulik commented 3 years ago

i have created a list of businesses which i want to search by title with list.js. Everything works fine, but the search doesn't return anything on titles which contain a period/dot/. (e.g. "U.S.A."). i have tried to use fuzzySearch, but i still don't get any results.

any help/explanation on this?

thanks in advance!

johnlarusic commented 2 years ago

Hi @jtschulik: Did you manage to resolve this issue? If so, could you please share the fix? I'm having the same issue, thank you!

YZirkind commented 2 years ago

699