Rainer wrote:
i am trying to get a search result, that is ordered by "modificationDate" or by relevance... (one way would make me happy)

Magnolia search is generating e.g. the following query:


//[EMAIL PROTECTED]:primaryType='mgnl:hierarchyNode']/*/*[jcr:contains(., 
'foooooo')]

to get the nodes ordered by modification date append:

order by @modificationDate

to get the nodes by relevance:

order by @jcr:score

regards
 marcel

Reply via email to