meilisearch/MeiliSearch
GitHub で見るAPI reference: code samples input and output don't match
Open
#6,293 opened on 2026年3月17日
documentationgood first issue
Repository metrics
- Stars
- (20,887 stars)
- PR merge metrics
- (平均マージ 11d 20h) (30d で 41 merged PRs)
説明
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.