I am fetching data from the here autocomplete rest endpoint. It works fine, but for example searching for berlin
returns me 3 results, which are (at least in my usecase) defacto the same ... I assume berlin
is found as state, city and area or something, but since this will be the same area I consider it to be duplicates ...
I tried playing around with the resultType
-attribute, but using area
gives the same behavior. If I use city
I have to enter all letters of berlin
to get the suggestion ...