I am using Algolia search services in PHP, my API call is not returning all records. Any solution? maximum records returned are 1000, but total number of records are much more than 1000.
Algolia PHP API not returning all records
Records of what? Logs or what? Please explain further and show us your code, I searched their docs and they say that they limit the response to 1000 registries. –
Artois
Search() function returns maximum 1000 records, please use browseAll(). Ref :Browseall()
got it. Thanks alot –
Rhapsody
© 2022 - 2024 — McMap. All rights reserved.