fuzzy
Fuzzy search in Dart. Initially a code conversion, subset of Fuse.js.
0.5.1
34K downloads/mo
#1772 most downloaded on pub.dev
comigor/fuzzy
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 2.7 years
Nearly every release is documented
notes for 12 of 13 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
14 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · Dec 2019 to Oct 2023Releases
latest 14-
0.5.117 Oct 2023Release notes
Open source →Merge pull request #29 from comigor/digit-master
fix: Range error when using limit argument to fuse.search
Release notes
Open source →- Range error when using limit argument to fuse.search, closes #25. Original PR.
-
0.5.004 Oct 2023 -
0.4.0-nullsafety.008 Jan 2021 pre-release -
0.3.007 Jan 2021Release notes
Open source →Release notes
Open source →- Improve search results on weighted search to combine scores from all keys
- Improve search results on single-keyed search, making it consistent with non-weighted search
- Add parameter to ignore tokens smaller than a certain length when searching
- Add normalization of WeightedKey weights
- Fix bug where results returned from search all had arrayIndex = -1
- Fix bug where the token scores didn't count towards the result score
-
0.2.406 Jan 2021 -
0.2.311 Mar 2020 -
0.2.217 Feb 2020Release notes
Open source →- Fix bug for search in a list with some string that has leading or trailing whitespace when tokenize option is true
-
0.2.131 Jan 2020Release notes
Open source →Merge pull request #2 from lucasmafra/fix-empty-list
Fix search crash when empty list
-
0.2.023 Dec 2019Release notes
Open source →- Make it generic (to use a List<T>), and perfrom weighted searches via predefined getters
-
0.2.0+724 Dec 2019Nothing published for this version
-
0.2.0+824 Dec 2019 -
0.1.122 Dec 2019 -
0.1.022 Dec 2019Release notes
Open source →- First usable version, fixing stupid bugs from conversion, and with tests
-
0.0.119 Dec 2019