Add diacritic folding
New features
Workflow.filter()
now folds diacritics in search keys ifquery
contains only ASCII characters, so thatboll
will matchBöll
etc.
Changes
Workflow.filter()
now defaults toMATCH_ALL ^ MATCH_ALLCHARS
to provide more relevant results much more quickly.
Bugfixes
- Fixed a few typos in the documentation.