Yes. The limit is hitsPerPage * distinct <= 1000. This means that distinct will be set to 1000 if, when multiplied by hitsPerPage, it reaches a number that is larger than 1000.
Algolia DevCon - June 28-29, 2023
Discover the future of the AI Stack with Algolia, be the first to see new platform demos and announcements, and get the most out of Algolia through interactive workshops.
Yes. The limit is hitsPerPage * distinct <= 1000. This means that distinct will be set to 1000 if, when multiplied by hitsPerPage, it reaches a number that is larger than 1000.