Any new update on an old question "Sort Order in work search results"

Sort Order in work search results | Support Center?

Hello, I met same problem as in question in above link.

As it’s a question years ago, may I know any new message now on this question (Now is Pega 8.8.3)?

I would like to get latest records per the pxupdatedatetime.

@MaxonL16591286 I have done a PSC key word search and found no change in the product behaviour.

Please go through the documentation, including our Resolved Issues,

Using full-text search based in Elasticsearch,

What’s new in system administration '23 > Search API supports sorting and paging,

Data Integrity - Patterns & Anti-Patterns

Elasticsearch

Hi @MaxonL16591286

Search results are sorted by the relevancy of each document to the search query/text provided - best matching entries should be returned on top / first page. Unfortunately, there is no way to change it in Infinity 8.8 unless you are willing to re-sort documents in memory, however, this means that you will be sorting only those documents which has been already identified as best matches within your pagination setting constraints.

In Infinity '23 we introduced a new setting on Search API which can be used to change sorting and instead of relevancy, use selected properties. It is possible to change default (or custom) Search Gadget logic to use that feature and sort results by any of the indexable properties which are part of the search configuration

Regards,

Pawel