Skip to content
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

ft.search with limit 0 0 does not return anything #60

Open
adamzrk opened this issue Oct 14, 2024 · 0 comments
Open

ft.search with limit 0 0 does not return anything #60

adamzrk opened this issue Oct 14, 2024 · 0 comments

Comments

@adamzrk
Copy link

adamzrk commented Oct 14, 2024

The query for count all the elements inside an index does not work using lettucemod.
connection.sync().ftSearch(INDEX_NAME, "*", SearchOptions.<String, String>builder() .limit(0, 0) .build())
this returns nothing while issuing query through redis-cli correct number is returned,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant