[Zope-CMF] Sorting on CREATION date (rather than MODIFICATION date)
D.Anderes
d.anderes@bluewin.ch
Mon, 15 Oct 2001 16:11:22 +0200
Hello
I've looked for documents on how to sort on CREATION date rather than
MODIFICATION date, but haven't yet found documents on this topics. Can
anyone help me?
I use following code for my CMF portal:
<dtml-let
newsitems="portal_catalog.searchResults(meta_type=['Link','Document','Favori
te', 'News Item','Portal File'],
sort_on='effective', sort_order='reverse', review_state='published')">
<dtml-in newsitems size="10" start="batch_start" previous>
<p style="Desktop">
<a
href="&dtml-URL;&dtml-sequence-query;batch_start=&dtml-previous-sequence-sta
rt-number;">
Am I missing something?
Thanks very much
D. Anderes
mailto:d.anderes@bluewin.ch