Not Monitored
Tag not monitored by Microsoft.
41,992 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
The geoTypeahead API is returning the following error when fetching the last page of the query (params -> q=search&query=*&count=1000&start=1000)
{'message': 'com.linkedin.restli.client.RestLiResponseException: Response status 400, serviceErrorMessage: Exceeds the pagination limit. Please adjust the pagination parameter.',
'status': 400
The expected behaviour is that the API gracefully handles the last page even when the fetch count is greater that the remaining items. If we knew the total number of results we could also handle it on the client side by changing the count parameter on the last fetch, but it turns out the 'total' field is also wrong (it's always zero).
Thanks for your time,
Angel