We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have 3 levels of categories for search, it works fine for all the categories but for a specific category its not returning result at all. If I pass
lvl0:=['Consumer Electronics']
then its returning results where we have 118818 items in this category while for below filter its returning zero
lvl0:=['Sports Shoes,Clothing&Accessories']
Although this category has 9984 items.
Working fine for this filter
while facing problem when pass this
It should return its items instead of zero items.
Returning zero items
Typesense Version: 0.8.1
OS: Redmi 9C (Android 10)
The text was updated successfully, but these errors were encountered:
Does the same issue happen when you make the query using curl? Or is the issue only specific to the Java client?
Sorry, something went wrong.
Its only specific to Java client.
No branches or pull requests
Description
I have 3 levels of categories for search, it works fine for all the categories but for a specific category its not returning result at all.
If I pass
lvl0:=['Consumer Electronics']
then its returning results where we have 118818 items in this category while for below filter its returning zero
lvl0:=['Sports Shoes,Clothing&Accessories']
Although this category has 9984 items.
Steps to reproduce
Working fine for this filter
lvl0:=['Consumer Electronics']
while facing problem when pass this
lvl0:=['Sports Shoes,Clothing&Accessories']
Expected Behavior
It should return its items instead of zero items.
Actual Behavior
Returning zero items
Metadata
Typesense Version: 0.8.1
OS: Redmi 9C (Android 10)
The text was updated successfully, but these errors were encountered: