Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean search not working, index not working #4129

Open
canparam opened this issue Nov 14, 2024 · 1 comment
Open

Boolean search not working, index not working #4129

canparam opened this issue Nov 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@canparam
Copy link

canparam commented Nov 14, 2024

Describe the bug
When I index a boolean field with TAG it doesn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Insert records using JSON.SET j1 . '{"active":true,"id":1}'
  2. Creat index FT.CREATE test ON JSON PREFIX 1 j SCHEMA $.id AS id NUMERIC $.active AS active TAG
  3. Query records using ft.search test '*'
  4. Result
    image

Server

redis_version:6.2.11 dragonfly_version:df-v1.25.1

at version v1.23.0 everything still works fine

image

@canparam canparam added the bug Something isn't working label Nov 14, 2024
@adiholden
Copy link
Collaborator

@canparam thank you for reporting the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants