Skip to content

Please remove all movies with Dashes (e.g. X-Men, Spider-Man) ... #107

@SegFaulty

Description

@SegFaulty

... because Redisearch is not able to handle this (this way)

You can not retrieve these movies by there title:

127.0.0.1:x> FT.SEARCH idx:movie "x-men"
1) (integer) 0
127.0.0.1:x> FT.SEARCH idx:movie "x\-men"
1) (integer) 0
127.0.0.1:x> FT.SEARCH idx:movie "x\\-men"
1) (integer) 0

RediSearch/RediSearch#478

A design bug not fixed for more than 5 years :-/

(So sad when you only spend two hours reviewing this promising project and then realize that no one must have used it productively or built themselves crazy workarounds, very disappointing)

Activity

jeremytm

jeremytm commented on Nov 13, 2022

@jeremytm

If redisearch wants to be a true competitor in the market, it's crazy that this exists in the first place, and worse, the team seems uninterested in fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @SegFaulty@jeremytm

        Issue actions

          Please remove all movies with Dashes (e.g. X-Men, Spider-Man) ... · Issue #107 · RediSearch/redisearch-getting-started