sort documents by date when no keywords and key-documens in query
When in query there are no keywords and semantic search is empty (no keywords, no documents, no texts, no semantic search id) then documents should be sorted by date by default. Now the result is like random. This can be done by adding to query:
"sort": ["date:desc"]
Score value will be 0 in this case because there is no meaning in score value.
Edited by Vidas DAUDARAVICIUS