YZirkind
YZirkind
duplicate of #486
There is [undocumented support](https://github.com/javve/list.js/issues/678) for custom search functions, so you could write your own function to do this.
It is not currently possible to instantiate List.js with a custom search function. You would have to add an event listener to your search field to run your custom function.
This might also help: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize#Compatibility_normalization
The default was changed in 618565b203b61c34b868a9cb86eea899e75ea4b6, but the docs were never updated.