Skip to content

v0.29: Add new search parameter matchingStrategy #1840

@maryamsulemani97

Description

@maryamsulemani97

v0.29 introduces a new search parameter: matchingStrategy that defines which strategy to use to match query terms within the documents as search results:

  • last: documents containing all the query words (i.e., in the q parameter) are returned first by Meilisearch
  • all: Only the documents containing all the query words (i.e., in the q parameter) are returned by Meilisearch

Update Search API reference

References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions