{
"query": "",
"page": {
"size": 5,
"current": 1
},
"sort": {
"write_date": "asc"
},
"filters": {
"all": [
{
"map_location": {
"distance": 10000,
"unit": "m",
"center": "13.757966, 100.5345012"
}
}
]
}
}
When I make a request with that body, it doesn't return any data. However, when I increase the page size to 500, it does return data.