Configuration for default sort order
[phinde.git] / data / config.php.dist
index 9c432f948946f11139956a49213975b59dcdfe29..19a322156d89648fc19f16912f8c0fe4f0847a3e 100644 (file)
@@ -34,5 +34,7 @@ $GLOBALS['phinde'] = array(
     'showFullContent' => false,
     //search result "hit" template file
     'hitTemplate' => 'hit.htm',
+    //default sort order: "score" or "date"
+    'defaultSort' => 'score',
 );
 ?>
\ No newline at end of file