Is anyone able to confirm what the default sort fi...
# community-help
s
Is anyone able to confirm what the default sort field (and order: asc/dsc) is for a collection if no
default_sorting_field
is defined?
j
If
q=*
then with no default sorting field, the document insertion timestamp is used to sort
If
q
has search keywords, then the results are sorted by text match score desc
s
Great, thank you!
👍 1