Skip to content

[Meilisearch v1.47.0] Add personalized search (experimental) #970

Description

@Strift

Context

Meilisearch 1.47.0 adds full support for personalized search (experimental) to the search endpoint.

NB: before 1.47.0, federated search requests did not support personalized search.

Objective

Update the SDK to support personalized search on the search endpoint.

Update the corresponding SDK methods

Both related API endpoints now accept a new personalize object parameter:

{
  // other request parameters...
  "personalize": {
    "userContext": "The user prefers ..."
  }
}

Tasks

  • Add/update methods to handle interacting with the search API endpoints
  • Add/update test cases for the new/updated methods
  • No code samples to update

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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