meilisearch / meilisearch/meilisearch-python
[Meilisearch v1.47.0] Add personalized search (experimental)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 602
- Forks
- 118
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the SDK methods corresponding to the Search (POST) and Search (GET) endpoints, then read their existing request handling and related test cases. Add support for the personalize object with userContext, update both endpoint methods, and verify the new behavior with tests for each method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100