aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-11-17 18:21:14 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-11-17 18:21:14 +0100
commitf98e891b454e5677bdf61f476e366b01af713b50 (patch)
tree6f44d739b0fbd4369945ec21bf5b0064dff590a8 /data/config.php.dist
parent202def908c2782312d82eeefd67afb0469dee440 (diff)
downloadphinde-f98e891b454e5677bdf61f476e366b01af713b50.tar.gz
phinde-f98e891b454e5677bdf61f476e366b01af713b50.zip
Configuration for default sort order
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist2
1 files changed, 2 insertions, 0 deletions
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