-
Notifications
You must be signed in to change notification settings - Fork 92
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
[v1.13] Remote federated search requests (experimental) #1872
Comments
@Strift hi |
Hello, thanks for your interest! I'd love to review your PR for this! We prefer not assigning issues because we've met users who asked to be assigned but never came back. Make sure to check our contributing guidelines. I'm looking forward to reviewing your PR. |
Hi @Strift @flevi29 This is what i have understood, please correct me if i am missing something.
also, i can write a test for a multi-search query with a remote federation search and test it locally but i am not sure how you will you run this test in ci/cd since this requries multiple instances thanks |
Hello @consoleLogIt In this SDK, we don't create methods to enable experimental features. We could in the future, but it's not required. You can document that the feature needs to enabled in the tests, and in the README. I would recommend creating the following methods for managing the remote instances:
Then, update the
I think we should be able to come up with something by creating multiple instances of Meilisearch via Docker Compose (local) and Github actions (CI). I haven't thought much about it yet though. |
@Strift alright I understand. |
@Strift |
Following the changes related to Meilisearch v1.13.0 mega issue:
Description
Implement the experimental feature for remote federated search requests.
For further reference, see the related Meilisearch engine issue.
Specifications
network
APIremote
parameterThe text was updated successfully, but these errors were encountered: