I'm implementing an integration with brand new HERE JavaScript places API (version 2.5.3) particularly using nokia.places.SearchBox().
I noticed that the old OVI SearchBox component, used in the same way, provided results with an higher detail level than the new HERE SearchBox component.
e.g. typing "oxford street london" I'm getting "Oxford Street, London, United Kingdom" using OVI and only "Oxford Street" with HERE.
Is it possible to obtain the same results with HERE API without implementing other solutions (e.g. REST API with custom behavior)? Maybe passing a parameter to the SearchBox() function...
Thanks in advance