brianreavis / sifter.js

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

Added missing Polish diacritics #13

Closed avalanchy closed 9 years ago

avalanchy commented 9 years ago

I just added missing polish characters. There is a wiki of ours http://pl.wikipedia.org/wiki/Znaki_diakrytyczne I'm waiting to get this in new version of selectize. Cheers.

brianreavis commented 9 years ago

Can you add the regular l to [łŁ]? After that I'd be happy to get it merged and into Selectize. Thanks!

avalanchy commented 9 years ago

@brianreavis Oh yeah. I didn't get that the letter should be repeated. That's fixed and tests are passing again - cool.

brianreavis commented 9 years ago

@avalanchy Looks great. Thanks!