Reputation: 439
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.
Upvotes: 9
Views: 233
Reputation: 1141
Search() function returns maximum 1000 records, please use browseAll(). Ref :Browseall()
Upvotes: 12