Skip to content

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

Open
@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)

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