Hi, Say I have a ZCatalog with a ZCTextIndex called 'SearchableText' and a DateIndex called dateofpublication. I do a search like: results = MyCatalog(SearchableText = search_expression, dateofpublication = search_expression2) How would I get those results sorted by the relevence returned by the ZCTextIndex? cheers, Chris