meilisearch / meilisearch/meilisearch-java

[v1.16.0] Add support for sorting on the documents API

Open
#884 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
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 sort parameter
  • Add new test case

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.