You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a index with a product name, product department and product Type.
I want to search using department name and type.
The department name contains multiple word, so I need to perform phrase query.
How should I do this using examine such as select product where department like "general dept" or department like "special category" and product Type like "kids" ?
The text was updated successfully, but these errors were encountered:
I have a index with a product name, product department and product Type.
I want to search using department name and type.
The department name contains multiple word, so I need to perform phrase query.
How should I do this using examine such as select product where department like "general dept" or department like "special category" and product Type like "kids" ?
The text was updated successfully, but these errors were encountered: