-
Notifications
You must be signed in to change notification settings - Fork 2.6k
ismissing(@field) not working #3605
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
Comments
Hi @zuhairamahdi, |
I think the issue is from my side. the index was created with INDEXEMPTY instead of INEDXMISSING. I still didn't try it. will try and see if it is working. |
@petyaslavova it seem to be working fine when querying except when I try to get the total: r.ft(f"idx:{QUEUE_TABLE}").search(Query(query).paging(0, 0)).total to be clear I get the same error when I try it using the cli: FT.SEARCH 'idx:my_index' 'ismissing(@Name_Ar)' LIMIT 0 0 Error:
Index definition: |
ok. the issue with the total is i didn't use dialect 2. |
Hi All,
when I try to check if a field is missing (with dialect 2 specified' it gives me the same error as if I didn't specify the dialect.
Output
when I try using the CLI it works:
any idea?
The text was updated successfully, but these errors were encountered: