It looks like recently something in the SearchServer changed, so lots of search texts return fuzzy results:
Example for "uwriweurh": https://api3.geo.admin.ch/rest/services/api/SearchServer?searchText=uwriweurh&sr=2056&limit=5&type=locations&origins=address
Maybe this is since Release 20241218 -December 18th 2024 as there is something about fuzzy search behaviour in the release notes.
Is it is possible to disable fuzzy results in the request? There is nothing about this fuzzy parameter in the API documentation.
Currently I skip the results if fuzzy parameter is there as a fix preventing these results.
It looks like recently something in the
SearchServerchanged, so lots of search texts return fuzzy results:Example for "uwriweurh": https://api3.geo.admin.ch/rest/services/api/SearchServer?searchText=uwriweurh&sr=2056&limit=5&type=locations&origins=address
Maybe this is since Release 20241218 -December 18th 2024 as there is something about fuzzy search behaviour in the release notes.
Is it is possible to disable fuzzy results in the request? There is nothing about this fuzzy parameter in the API documentation.
Currently I skip the results if fuzzy parameter is there as a fix preventing these results.