We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc08814 commit 4913706Copy full SHA for 4913706
lib/sifter.js
@@ -425,19 +425,20 @@
425
};
426
427
var DIACRITICS = {
428
- 'a': '[aÀÁÂÃÄÅàáâãäåĀā]',
+ 'a': '[aÀÁÂÃÄÅàáâãäåĀāąĄ]',
429
'c': '[cÇçćĆčČ]',
430
'd': '[dđĐďĎ]',
431
- 'e': '[eÈÉÊËèéêëěĚĒē]',
+ 'e': '[eÈÉÊËèéêëěĚĒēęĘ]',
432
'i': '[iÌÍÎÏìíîïĪī]',
433
- 'n': '[nÑñňŇ]',
+ 'l': '[łŁ]',
434
+ 'n': '[nÑñňŇńŃ]',
435
'o': '[oÒÓÔÕÕÖØòóôõöøŌō]',
436
'r': '[rřŘ]',
- 's': '[sŠš]',
437
+ 's': '[sŠšśŚ]',
438
't': '[tťŤ]',
439
'u': '[uÙÚÛÜùúûüůŮŪū]',
440
'y': '[yŸÿýÝ]',
- 'z': '[zŽž]'
441
+ 'z': '[zŽžżŻźŹ]'
442
443
444
// export
0 commit comments