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
Describe the bug
A clear and concise description of what the bug is.
I get this error when I try to run the following code:
response = mq.index(index).search(q='', limit=K, search_method="lexical", filter_string=filter)
The text was updated successfully, but these errors were encountered:
Hi @afroozsheikh . Thank you for raising this issue. This appears to be related to handling of empty queries with lexical search. We will address this issue in a future release. Just to confirm, are you experiencing this only when q=''?
Describe the bug
A clear and concise description of what the bug is.
I get this error when I try to run the following code:
response = mq.index(index).search(q='', limit=K, search_method="lexical", filter_string=filter)
The text was updated successfully, but these errors were encountered: