I use HERE autocomplete API (autocomplete.geocoder.ls.hereapi.com) to get suggestions.
Let's say I'd like to search for "budaörsi" street, house number: 11, so I make a request as "budaörsi 11". This gives good result, however, when I search for "budaör 11" there is no suggestions at all.
Is it possible to use wildcards somehow to make this search phrase to work: "budaör* 11"?
Most of the time users do not type the whole street, just some characters and the house number, and they do not understand why they do not get suggestions.
Or do I need to use another HERE API for this to work?