James Brunton and GitHub
d363a1e957
Improve search logic ( #6637 )
...
# Description of Changes
Search has got significantly worse since #6581 , where I added all the
missing tags for tools that should have been there for months. Turns out
that the fuzzy matching search logic has always been way too permissive
to match words with Levenshtein distances way too far away from the
target word, so long searches include way too much stuff. The new tags
just exposed that underlying logic issue. This PR makes the Levenshtein
logic much stricter, so it is still tolerant to minor typos in tool
names, but doesn't match completely inappropriate strings.
2026-06-12 10:34:11 +01:00
..
2026-05-22 13:40:34 +01:00
2026-06-09 08:34:02 +00:00
2026-05-22 13:40:34 +01:00
2026-06-04 18:17:36 +01:00
2026-06-04 18:17:36 +01:00
2026-06-04 18:17:36 +01:00
2026-05-28 17:26:23 +00:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-06-11 18:12:01 +01:00
2026-05-28 17:26:23 +00:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-26 23:29:32 +01:00
2026-05-22 13:40:34 +01:00
2026-05-26 23:28:17 +01:00
2026-05-22 13:40:34 +01:00
2026-06-10 11:18:14 +01:00
2026-06-12 10:34:11 +01:00
2026-06-12 10:34:11 +01:00
2026-05-28 17:26:23 +00:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-27 12:52:46 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-06-11 20:36:23 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-06-09 08:34:02 +00:00
2026-05-22 13:40:34 +01:00
2026-06-08 18:38:00 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-06-05 09:45:27 +00:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-06-12 10:34:11 +01:00
2026-05-22 13:40:34 +01:00
2026-06-09 08:34:02 +00:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-22 13:40:34 +01:00
2026-05-28 17:26:23 +00:00