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
This error only appears when I pass an empty MultiSearchFederation() instance, like in the docs. The error does not appear when I set a property of MultiSearchFederation, like (new MultiSearchFederation())->setLimit(limit: 100).
Possible solution
See my PR
The text was updated successfully, but these errors were encountered:
You can to say you want to apply a federated search without any settings
Federated search will merge the results of your different search, contrary to a basic multi search
So, if indeed we cannot send an empty federation, it's a bug. Or maybe there is another way to do it I ignore
Description
I'm using the federated multi-search feature of Meilisearch. I use the code example from the docs:
However, this results in the following error:
This error only appears when I pass an empty MultiSearchFederation() instance, like in the docs. The error does not appear when I set a property of MultiSearchFederation, like
(new MultiSearchFederation())->setLimit(limit: 100)
.Possible solution
See my PR
The text was updated successfully, but these errors were encountered: