Single field address search
Posted: Mon Nov 02, 2015 3:52 pm
Hello.
We would like to implement an autocomplete option for an address.
The requirement is that when entering the street address, a list of possible suggestions should be visible.
I have checked the findSuggestions and findAddressByText methods, they both need a city or postal code comma separated in the first place and after that a street address.
For example, when using findAddressByText, "Hamburg, Weg beim Jäger 218" search string gives a correct suggestion.
But when entering "Weg beim Jäger 218" as a search string, Hamburg is not in the list of suggestions.
Are there any options that can force resolving the street address without a city ?
Kind regards,
Filipp
We would like to implement an autocomplete option for an address.
The requirement is that when entering the street address, a list of possible suggestions should be visible.
I have checked the findSuggestions and findAddressByText methods, they both need a city or postal code comma separated in the first place and after that a street address.
For example, when using findAddressByText, "Hamburg, Weg beim Jäger 218" search string gives a correct suggestion.
But when entering "Weg beim Jäger 218" as a search string, Hamburg is not in the list of suggestions.
Are there any options that can force resolving the street address without a city ?
Kind regards,
Filipp