Closed curquiza closed 3 months ago
Related to https://github.com/meilisearch/integration-guides/issues/302
Pass new search parameters to multiSearch method to get one single list of result Ensure the queries passed can accept the federationOptions search parameter No need to handle the case of errors, Meilisearch does it
multiSearch
federationOptions
Usage: https://meilisearch.notion.site/v1-10-federated-search-698dfe36ab6b4668b044f735fb40f0b2?pvs=74
federation
⚠️ Make PRs pointing to bump-meilisearch-v1.10.0 and NOT main. Please do 1 PR for all of these changes, and not several.
bump-meilisearch-v1.10.0
main
Closed by #663
Will be released once v1.10 of meilisearch is out
Related to https://github.com/meilisearch/integration-guides/issues/302
Explanation of the feature
Pass new search parameters to
multiSearch
method to get one single list of result Ensure the queries passed can accept thefederationOptions
search parameter No need to handle the case of errors, Meilisearch does itUsage: https://meilisearch.notion.site/v1-10-federated-search-698dfe36ab6b4668b044f735fb40f0b2?pvs=74
TODO
federation
to themultiSearch
method: an optional parameter to themultiSearch
methodfederationOptions
⚠️ Make PRs pointing to
bump-meilisearch-v1.10.0
and NOTmain
. Please do 1 PR for all of these changes, and not several.