diff --git a/productMods/config/listViewConfig-default.xml b/productMods/config/listViewConfig-default.xml index 498ca165..0f8bbf37 100644 --- a/productMods/config/listViewConfig-default.xml +++ b/productMods/config/listViewConfig-default.xml @@ -45,7 +45,7 @@ # Order by ?type is important, because if the object has more than one mostSpecificType, # they all get returned, but postprocessing culls out all but one. Ordering by ?type # will ensure that at least we'll get the same one every time. - } ORDER BY ?subclass ?label ?localName ?type + } ORDER BY ?subclass ASC( ?label ) ASC( ?localName ) ?type