paginationLimitedTo is not recognised as a searchParameter
See original GitHub issueHello,
We’re using Algolia pro plan along with instantsearch.js in our project to make searches and show categories and contents inside them (category page and search pages are powered by Algolia). We are using instantsearch.js v1 is from cdn.
Our main issue is that search doesn’t provide more than 1000 records which we need.
As far as I understand correctly, browse()
method provides more results, but it’s not usable in instantsearch.js.
Also, after reading docs, I found out that there’s a new option called paginationLimitedTo
, which allows displaying more than 1000 records:
https://www.algolia.com/doc/rest-api/search/#paginationlimitedto
So, setting this would allow displaying more than 1000 records.
Can you help us here, how would we achieve getting more than 1000 records, or if it’d achieve our goal, how do we set this paginationLimitedTo
attribute in instantsearch.js ? We’re okay if we need to build or edit instantsearch.js for the time being.
Thanks in advance,
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top GitHub Comments
This is not a query time parameter. It needs to be set when uploading the data to algolia.
@bobylito Hello, yes, but there’s another issue regarding SortBySelector there: #2125