jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

max_inners feature support to reduce full scans on large datasets #8

Closed aguynamedben closed 6 years ago

aguynamedben commented 6 years ago

Note: WIP, not ready for review/merging. Just pushing up to GitHub so I don't forget about it on my local.

See https://github.com/jeancroy/FuzzySearch/issues/7

Follow the 'high positive count mitigation' technique from https://github.com/jeancroy/fuzz-aldrin-plus#high-positive-count-mitigation

Note: This commit doesn't include the dist/ files, but they still need to be added.

aguynamedben commented 6 years ago

(feel free to just close this PR if it annoys you to have a not-ready PR sitting in the hopper)

aguynamedben commented 6 years ago

Closing this for now, I might re-work on it when it's more critical to my project.