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
Describe the bug
If the field type in the document and in the index differ, we should not return this document in FT.SEARCH or FT.AGGREGATE.
For example:
Initialize:
127.0.0.1:6379> HSET h1 even true value one
(integer) 2
127.0.0.1:6379> HSET h2 even false value 1
(integer) 2
127.0.0.1:6379> FT.CREATE i1 on HASH SCHEMA value NUMERIC SORTABLE
OK
Describe the bug
If the field type in the document and in the index differ, we should not return this document in FT.SEARCH or FT.AGGREGATE.
For example:
Initialize:
Redis:
Dragonfly:
At the same time, if the field is missing in the document, we should return this document. For example:
Redis:
The text was updated successfully, but these errors were encountered: