so i have this data Collection with index of like this
{
name: "ref_timelines_reverse_by_user",
serialized: true,
source: "timelines",
terms: [
{
field: ["data", "user"]
}
],
values: [
{
field: ["ref"]
},
{
field: ["data", "created"],
reverse: true
}
]
}
the result as like bellow
but it should not be like that, because the created is reverse so it should the one with number 164…1193 should be the first
can anyone help me how to query sorted indexed or how to get search result and sort it?
Thanks
Arif