re-arrange fields in example /search request to make them a valid request.
This commit is contained in:
parent
64f97c5b78
commit
df5455de1f
1 changed files with 9 additions and 9 deletions
|
@ -53,16 +53,16 @@ paths:
|
|||
"keys": [
|
||||
"content.body"
|
||||
],
|
||||
"search_term": "martians and men"
|
||||
}
|
||||
},
|
||||
"order_by": "recent",
|
||||
"groupings": {
|
||||
"group_by": [
|
||||
{
|
||||
"key": "room_id"
|
||||
"search_term": "martians and men",
|
||||
"order_by": "recent",
|
||||
"groupings": {
|
||||
"group_by": [
|
||||
{
|
||||
"key": "room_id"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue