Open canparam opened 1 week ago
Describe the bug When I index a boolean field with TAG it doesn't work.
To Reproduce Steps to reproduce the behavior:
JSON.SET j1 . '{"active":true,"id":1}'
FT.CREATE test ON JSON PREFIX 1 j SCHEMA $.id AS id NUMERIC $.active AS active TAG
ft.search test '*'
redis_version:6.2.11 dragonfly_version:df-v1.25.1
at version v1.23.0 everything still works fine
@canparam thank you for reporting the bug
Describe the bug When I index a boolean field with TAG it doesn't work.
To Reproduce Steps to reproduce the behavior:
JSON.SET j1 . '{"active":true,"id":1}'
FT.CREATE test ON JSON PREFIX 1 j SCHEMA $.id AS id NUMERIC $.active AS active TAG
ft.search test '*'
Server
redis_version:6.2.11 dragonfly_version:df-v1.25.1
at version v1.23.0 everything still works fine