Hi,
I am using the sort attribute on published_at (date type) for documents.
But it looks like if the document doesn't have published_at attribute, the sorting won't display the document:
"sort" :[
{ "published_at" : "desc"}
]
It should sort the documents à the end even the attributes is missing no ?
Hi,
I am using the
sortattribute onpublished_at(date type) for documents.But it looks like if the document doesn't have
published_atattribute, the sorting won't display the document:"sort" :[ { "published_at" : "desc"} ]It should sort the documents à the end even the attributes is missing no ?