redis / redis-om-python

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

feat(fts): fts on text and tag #586

Closed Joybaruah closed 2 months ago

Joybaruah commented 5 months ago

Issue -> https://github.com/redis/redis-om-python/issues/585

Module operator doesn't return any results for TEXT & TAG indexes This fixes for both field types and does a fts on given field.

slorello89 commented 2 months ago

I opened #610 which has the solution that really is needed, going to close this.