You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we can create a noindex nosterm textfield by directly executing on redis-cli:
127.0.0.1:6379> FT.CREATE testidx SCHEMA name TEXT NOSTEM NOINDEX
OK
But Python Client does not allow us to do that, it raises exception:
Non-Sortable non-Indexable fields are ignored
While we can create a noindex nosterm textfield by directly executing on redis-cli:
127.0.0.1:6379> FT.CREATE testidx SCHEMA name TEXT NOSTEM NOINDEX
OK
But Python Client does not allow us to do that, it raises exception:
Non-Sortable non-Indexable fields are ignored
https://github.com/RediSearch/redisearch-py/blob/master/redisearch/client.py
The text was updated successfully, but these errors were encountered: