Skip to content

Documents having uppercase fields aren't returned when using lower case letters for TEXT field search using FT.search in Redisearch #2015

@chaitradalawai

Description

@chaitradalawai

I am using Redisearch module FT.search, trying to search for records querying TEXT field using below query for value like 'test' or 'Test'. It returns all the documents with lower case values like 'test or Test' and no data which has all the upper case letters 'TEST' are being returned.

FT.search MyIndex @Myfield:"test" or FT.search MyIndex @Myfield:"Test"

Am I missing anything here?

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