... 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)
... because Redisearch is not able to handle this (this way)
You can not retrieve these movies by there title:
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)