meilisearch / meilisearch-python

Python wrapper for the Meilisearch API
https://www.meilisearch.com/
MIT License
452 stars 86 forks source link

[v1.10.0] Federated search #1009

Closed brunoocasali closed 2 weeks ago

brunoocasali commented 2 weeks ago

Following this central issue

Explanation of the feature

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

Usage: https://meilisearch.notion.site/v1-10-federated-search-698dfe36ab6b4668b044f735fb40f0b2?pvs=74

TODO

⚠️ Please do 1 PR for all of these changes, and not several.

MuddyHope commented 2 weeks ago

Can you assign this to, I think its straight forward.