-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multi-search federation #563
Conversation
Please note that I am running into an issue here: I think this patch is correct, so I'm opening this PR already. But I can not be 100% sure just yet |
Hello @polyfloyd Thanks for your anticipation and involvement 😄 |
ca09d1b
to
f19603f
Compare
Found the cause of the error message, this Go library sets the pagination limit of each query to a default. I removed it for now so I can continue testing |
@polyfloyd Thank you, currently you can change this PR to draft until release v1.10 and add issue for federation search. |
f19603f
to
8b58dfc
Compare
Saw that there is an issue open now: #573 Will go over the checklist to see whether there is still something to be done |
Please do this check list:
"_federation": {
"indexUid": "comics",
"queriesPosition": 1
} |
Thanks! |
97600c4
to
456b1a6
Compare
Updated the commit title and added a test. Adding |
Don't require any do for this. |
456b1a6
to
6776b8a
Compare
@polyfloyd please add |
@Ja7ad I have added the issue ref to the PR description |
6776b8a
to
d132bc1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #563 +/- ##
==========================================
- Coverage 86.73% 86.72% -0.02%
==========================================
Files 11 11
Lines 2043 2041 -2
==========================================
- Hits 1772 1770 -2
Misses 165 165
Partials 106 106 ☔ View full report in Codecov by Sentry. |
bors merge Thank you!! |
584: Update version for the next release (v0.29.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-go to a new version: "v0.29.0" --- Changelogs 👇 --- ##⚠️ Breaking changes (experimental feature) * `embedder` is now mandatory everywhere - Ensure compatibility with [Meilisearch v1.11](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) by `@/Kerollmops` ## 🚀 Enhancements * Add Embedder.URL (#568) `@/polyfloyd` * Add multi-search federation (#563) `@/polyfloyd` * Feat support content encoding (#570) `@/Ja7ad` * Support experimental manager (#572) `@/A7bari` * Feat Language settings & search parameter (#580) `@J/a7ad` * Feat support retry pattern on status code 502, 503, 504 (#581) `@/Ja7ad` Thanks again to `@/A7bari,` `@/Ja7ad,` `@/Kerollmops` and `@/polyfloyd!` 🎉 Co-authored-by: meili-bot <[email protected]>
Pull Request
Fixes #573
What does this PR do?
This PR adds support for the new federated search to be introduced in v1.10: https://github.com/meilisearch/meilisearch/releases/tag/v1.10.0-rc.0
PR checklist
Please check if your PR fulfills the following requirements: