Today the autosuggest endpoint of the HERE API (https://places.ls.hereapi.com/places/v1/autosuggest) started ignoring the result_types
parameter.
Example: if you make a get request to /autosuggest with result_types=place,address
you still get results with "type": "urn:nlp-types:autosuggest"
.
Is this a known issue?