Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-18 | Improve UTF-8 handling. | Phil Jones | |
This should allow case-insensitive matching for non-Latin characters, and fix matching for characters with diacritics. | |||
2022-09-07 | Allow space-separated, per-word matches. | Phil Jones | |
2022-08-14 | Improve fuzzy matcher. | Phil Jones | |
It will now always find the best score possible. | |||
2022-08-12 | Add --fuzzy_match option. | Phil Jones | |
This enables some simple fuzzy matching logic for searches. |