Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Reduce overdone fuzziness when querying tag and region.

Adam Reichold requested to merge reduce-fuzziness into main

Since queries for tag and region are not tokenized, it is reasonable to make them fuzzy by default but we seem to have overdone it a bit as short names like "Oder" seem match to many other terms at distance 2. Hence I decided to reduce the distance to 1 but offset this a bit by reducing the cost of transpositions to 1 as well.

Merge request reports