meilisearch / meilisearch/meilisearch-java
[v1.16.0] Add support for sorting on the documents API
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 245
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
This issue follows mega issue of changes related to v1.16.
Description
We want to update this SDK to allow sorting on the documents API. This feature is introduced in Meilisearch 1.16.
For more information, see the documents API reference.
Tasks
- Update documents methods to accept the
sortparameter - Add new test case
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
Start by locating the Java client methods for the documents API and their existing tests, then compare their parameters with the Meilisearch 1.16 documents API reference. Update the documents methods to accept sorting and add the requested test case; done means the test passes and sorting is available through the documents API methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100