summaryrefslogtreecommitdiff
path: root/src/fuzzy_match.c
AgeCommit message (Collapse)Author
2022-09-07Allow space-separated, per-word matches.Phil Jones
2022-08-14Improve fuzzy matcher.Phil Jones
It will now always find the best score possible.
2022-08-12Add --fuzzy_match option.Phil Jones
This enables some simple fuzzy matching logic for searches.