17 Feb
2004
17 Feb
'04
7:28 p.m.
"Jørgen" "Jørgensen" wrote at 2004-2-16 11:12 -0800:
This site encountered an error trying to fulfill your request. The errors were: Error Details Error Type CatalogError Error Value The index chosen for sort_on is not capable of being used as a sort index.
"Title" is a TextIndex. You can sort (via "sort_on") only on a "FieldIndex" (or "DateTimeIndex"). -- Dieter