Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@adamzrk

Description

@adamzrk

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions