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

Search is not working, not returning results #60

Open
BilalZurmaati opened this issue Sep 3, 2024 · 2 comments
Open

Search is not working, not returning results #60

BilalZurmaati opened this issue Sep 3, 2024 · 2 comments

Comments

@BilalZurmaati
Copy link

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)

@kishorenc
Copy link
Member

Does the same issue happen when you make the query using curl? Or is the issue only specific to the Java client?

@BilalZurmaati
Copy link
Author

Its only specific to Java client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants