redis-om-python
redis-om-python copied to clipboard
Cannot search for string prefix because * gets escaped
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.
I have also the same issue. Is there any way for partial search?