Skip to content

[v1.9] Get similar documents #596

Open
@curquiza

Description

@curquiza

Following this central issue

This is related to a newly introduced feature in Meilisearch v1.9.0: get similar documents.

Refer to docs for more information.

  • Add a new method named searchSimilarDocuments() (adapt the case to the language) having 1 parameter. This parameter is an object corresponding 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 /indexes/{index_uid}/similar, we will add it in a second iteration if requested.
  • Add tests. Here is the basic test to do to check everything is fine
  • Update the .code-samples.meilisearch.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions