question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

paginationLimitedTo is not recognised as a searchParameter

See original GitHub issue

Hello,

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:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bobylitocommented, Apr 27, 2017

This is not a query time parameter. It needs to be set when uploading the data to algolia.

0reactions
Ardakiliccommented, Apr 27, 2017

@bobylito Hello, yes, but there’s another issue regarding SortBySelector there: #2125

Read more comments on GitHub >

github_iconTop Results From Across the Web

paginationLimitedTo for instantsearch.js angular - Open Q&A
I want to override the 1000 limit for one of my indexes (i am aware about the repercussions about performance etc), but the...
Read more >
Algolia's nbHits not working with if condition in angular
You can pass a click handler that takes nbHits and updates the search parameter's hitsPerPage property with it. Here's a working example.
Read more >
algoliasearch - npm
A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.. Latest version: 4.14.2, last published: 3 months ago.
Read more >
Searchparameter-registry - FHIR v5.0.0-snapshot3
value as CodeableConcept) | (SearchParameter.​useContext. ... The style of appointment or patient that has been booked in the slot (not service type).
Read more >
Can only view the most recent 1000 Orders - WordPress.org
When the Order Search Admin plugin is activated, I can not view past page 10 ... This can be increased with paginationLimitedTo parameter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found