redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.09k stars 108 forks source link

Cannot search for string prefix because * gets escaped #441

Open doc-hex opened 1 year ago

doc-hex commented 1 year ago

TokenEscaper escapes star * => \* which might be okay, but then I need a way to indicate I want to search a TAG type field (not full text) as a prefix... because I want to find foo* items.

seyyedaliayati commented 9 months ago

I have also the same issue. Is there any way for partial search?