Algolia PHP API not returning all records
Asked Answered
R

1

9

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.

Rhapsody answered 1/6, 2016 at 9:59 Comment(1)
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
S
12

Search() function returns maximum 1000 records, please use browseAll(). Ref :Browseall()

Shores answered 1/6, 2016 at 10:1 Comment(1)
got it. Thanks alotRhapsody

© 2022 - 2024 — McMap. All rights reserved.