cancel
Showing results for 
Search instead for 
Did you mean: 

Sort in TREX Search

Former Member
0 Kudos

Hello

I want to search all folders that have a property "type" with the value "post" sorted by the date of creation. The order has to be inverse, which means that the last created has to appear first. ¿Can anyone help me to do this?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sorry, I should have explained that i wanted to do perform this search programmatically. I mean, using SearchQueryBuilder, IQueryEntry and so...

Thanks anyway for your quick answer.

detlev_beutner
Active Contributor
0 Kudos

Hi Marcos,

See http://help.sap.com/saphelp_nw04/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm -- set "Property for Sorting" to the creation date property and "Sorting Mode" to descending.

Hope it helps

Detlev

Former Member
0 Kudos

Sorry, I should have explained that i wanted to perform this search programmatically. I mean, using SearchQueryBuilder, IQueryEntry and so...

Thanks anyway for your quick answer.