bevacqua / fuzzysearch

:crystal_ball: Tiny and blazing-fast fuzzy search in JavaScript
https://ponyfoo.com
MIT License
2.71k stars 87 forks source link

Case sensitive #11

Closed okeydoke closed 9 years ago

okeydoke commented 9 years ago

Any way to incorporate case insensitive option/flag?

okeydoke commented 9 years ago

Actually, duh, just need to set both needle and haystack to lowercase :)

bevacqua commented 9 years ago

Yeah. It's up to the consumer to prepare the data in the same case