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
"If the text is empty or absent, the search will match every object in your index."
Further the library prevents an empty query string. This directly falls against Algolia's pinned suggestion returns which allows you to pin items to return when an empty search is provided.
I don't believe restricting the query to non empty string is the right functionality.
The text was updated successfully, but these errors were encountered:
In
query.dart
it is specified that"
If the text is empty or absent, the search will match every object in your index.
"Further the library prevents an empty query string. This directly falls against Algolia's pinned suggestion returns which allows you to pin items to return when an empty search is provided.
I don't believe restricting the query to non empty string is the right functionality.
The text was updated successfully, but these errors were encountered: