mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
add the searches route and fix a few broken things
This commit is contained in:
parent
78f6f22a80
commit
04e4586fb3
8 changed files with 196 additions and 43 deletions
|
@ -205,7 +205,7 @@ impl<Method: AggregateMethod> Aggregate for DocumentsFetchAggregator<Method> {
|
|||
GetDocument,
|
||||
),
|
||||
responses(
|
||||
(status = 200, description = "The documents are returned", body = serde_json::Value, content_type = "application/json", example = json!(
|
||||
(status = 200, description = "The document is returned", body = serde_json::Value, content_type = "application/json", example = json!(
|
||||
{
|
||||
"id": 25684,
|
||||
"title": "American Ninja 5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue