Dirk, auch das ist nicht ganz richtig, aber auch nicht wirklich falsch:
Set notesDocumentCollection = notesDatabase.FTSearch( query$, maxdocs%, [ sortoptions% ], [ otheroptions% ] )
sortoptions%: Integer. Optional. Sorting options. Choose one.
FT_DATE_ASC ( 64 ) sorts by document date in ascending order.
FT_DATE_DES ( 32 ) sorts by document date in descending order.
FT_DATECREATED_ASC ( 1543 ) sorts by document creation date in ascending order.
FT_DATECREATED_DES ( 1542 ) sorts by document creation date in descending order.
FT_SCORES ( 8 ) sorts by relevance score (default).