You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently encountering an issue where the incorrect number of results are being returned. Using the code below, I am requesting 20 results to be returned. However after several different attempts, it appears that Algolia is only returning 19 results.
@sarabisohrab Thanks for trying to help! Let's wait for @dniccum feedback. Let me know if you need any help!
Thanks a lot. I'll be happy if I can do even a little thing about this.
@sarabisohrab The error in question is the fact that I am requesting 20 results from Algolia and only receiving 19 as I indicated in the original post; using 'length' => 20 and 'hitsPerPage' => 20 (which is essentially the same thing).
I am currently encountering an issue where the incorrect number of results are being returned. Using the code below, I am requesting 20 results to be returned. However after several different attempts, it appears that Algolia is only returning 19 results.
I have also used the following code with the same result:
The text was updated successfully, but these errors were encountered: