brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.1k stars 125 forks source link

Update sifter.js #14

Open devsmt opened 9 years ago

devsmt commented 9 years ago

corrected a minor bug: diacritics regex and substitution string were inverted

holic commented 8 years ago

Mind adding some tests to catch this?