api
api copied to clipboard
Trailing comma in admin matching subquery
The following query is generating an admin matching clause where the token contains a trailing comma. Although this will not affect matching, the comma should not be present.
/v1/autocomplete?debug=true&text=Koh Lanta, Gothenburg, Sweden
...
"query": "Gothenburg,",
...