X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/202def908c2782312d82eeefd67afb0469dee440..f98e891b454e5677bdf61f476e366b01af713b50:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 9c432f9..19a3221 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -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