RediSearch / redisearch-getting-started

A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
https://redisearch.io
145 stars 36 forks source link

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

Open SegFaulty opened 1 year ago

SegFaulty commented 1 year ago

... 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

https://github.com/RediSearch/RediSearch/issues/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)

jeremytm commented 1 year ago

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.