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
I don't think the index is getting created correctly when using a full text search field... here a field description_fts is created in the index, but it doesn't say to use the field description as the field to search in... so I am unable to do any full text queries on description:
Hashes created using .save() don't have a description_fts field so this doesn't appear to work. Probably needs something like this in the index create command:
I don't think the index is getting created correctly when using a full text search field... here a field
description_fts
is created in the index, but it doesn't say to use the fielddescription
as the field to search in... so I am unable to do any full text queries ondescription
:Model:
FT.CREATE
Redis command generated when I run migrator as seen by RedisMONITOR
command:Hashes created using
.save()
don't have adescription_fts
field so this doesn't appear to work. Probably needs something like this in the index create command:I think the issue is here
redis-om-python/aredis_om/model/model.py
Line 1432 in 3a3ed91
which should likely say:
The text was updated successfully, but these errors were encountered: