Hi,
I noticed that ZCatalog features a "sort-on" parameter, allowing you to
sort using a given index. It looks like this only works for FieldIndexes and
not TextIndexes, is that correct? I was specifically thinking of sorting on
title (which seems like a common thing to do), but title is, appropriately
enough, a TextIndex...
Kevin