I have tried using sliced scroll detailed explainedSliced
with the following parameters:
"sort": [
{
"_uid": {
"order": "desc",
"unmapped_type":"string"
}
}
],
"slice": {
"field":"_uid",
"id": 1,
"max": 2
}
But whether I set "id" to 1 or to 2 I always get the same results. Any idea is why this happening?