meilisearch/MeiliSearch
Voir sur GitHubAPI reference: code samples input and output don't match
Open
#6 293 ouverte le 17 mars 2026
documentationgood first issue
Métriques du dépôt
- Stars
- (20 887 stars)
- Métriques de merge PR
- (Merge moyen 4j 3h) (37 PRs mergées en 30 j)
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.