Skip to content
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.9.0] Get similar documents #642

Closed
2 tasks
curquiza opened this issue Jun 5, 2024 · 1 comment · Fixed by #645
Closed
2 tasks

[v1.9.0] Get similar documents #642

curquiza opened this issue Jun 5, 2024 · 1 comment · Fixed by #645
Labels
good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

curquiza commented Jun 5, 2024

Related to meilisearch/integration-guides#301

Explanation of the feature

Introduction of a new route to get similar documents

Usage: https://meilisearch.notion.site/Get-similar-documents-usage-540919ca755c4da0b7cdee273db3f290?pvs=74

TODO

  • Add a new method named searchSimilarDocuments() having 1 parameter. This parameter is an object correspond to the body you should pass to the POST /similar route. Do not manage error, Meilisearch will handle them if a field is missing in the body.
    Do NOT implement the route for GET /similar, we will add it in a second iteration if requested.
  • Add tests. Here is the basic test

⚠️ Make PRs pointing to bump-meilisearch-v1.9.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@curquiza curquiza added the Meilisearch bump Changes related to the Meilisearch bump version label Jun 5, 2024
@curquiza curquiza added the good first issue Good for newcomers label Jun 5, 2024
@curquiza curquiza linked a pull request Jun 11, 2024 that will close this issue
3 tasks
@curquiza
Copy link
Member Author

Closed by #645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant