meilisearch/MeiliSearch

API reference: code samples input and output don't match

Open

#6293 opened on Mar 17, 2026

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (20,887 stars) (733 forks)batch import
documentationgood first issue

Description

I noticed the API reference code samples’ input and output don’t match, see here:

  • request has limit = 3
  • response has limit = 1

It's acceptable for this example, but it can become confusing for a less self-explanatory API example.

Contributor guide