Releases: ukushu/Ifrit
Releases · ukushu/Ifrit
v2.0.4
- Added ability to choose sorting strategy for search in array of objects
- Changed default sorting strategy to "minimum score". For FuseSwift it was "average score".
much better search results for objects now :) But if you need to use old-school system you always can switch back to "average score".
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Fuseable -> Searchable
- Ability to search by exact property instead of standart "Fuseable's'" "properties" property. This will give you ability to implement different search logic for single type of objects. Use case sample: if user search in ukrainian language - it searches title in ukrainian language titles. In case of english - in englishe titles.
- Fixed doctumentation for Fuse from mistakes. Now documentation's code is covered by tests to be sure documentation samples is actual.
- Minor syntax improvements