-
Notifications
You must be signed in to change notification settings - Fork 123
Query returns all results after hitting limit #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @mmiazzo - what version of RediSearch and redis om python are you using? Are you able to see the FT.SEARCH command that Redis OM is sending to your Redis instance using the Monitor? I am unable to reproduce this issue. |
Nevermind @mmiazzo - I see it, for some reason it's automatically paginating over the entire result set even when just |
Hi @slorello89 I am using redis-om 0.3.0 with redis-stack:latest docker image. from INFO STATS:
As you said I was seeing the empty query but paginating over the entire result set. |
Running a page query returns all results:
Redis config:
FT.CONFIG SET MAXSEARCHRESULTS -1
I would expect the length of this to be 1000, not every single record under the schema
The text was updated successfully, but these errors were encountered: