Reduce overdone fuzziness when querying tag and region.
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.