string(19) "Search query failed" string(87) "search_parse_exception: from is set to [-48] and is expected to be higher or equal to 0"
{
"index": "equestrianindex_live",
"type": "entries",
"body": {
"query": {
"filtered": {
"query": {
"bool": {
"must": [
{
"term": {
"consumer": true
}
},
{
"terms": {
"categories.category_id": [
"305"
]
}
}
],
"must_not": [
{
"term": {
"inactive": true
}
}
]
}
}
}
},
"from": -48,
"size": 48,
"sort": [
{
"name.raw": {
"order": "asc"
}
},
{
"_score": "desc"
}
]
}
}