From f98e891b454e5677bdf61f476e366b01af713b50 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 17 Nov 2016 18:21:14 +0100 Subject: Configuration for default sort order --- data/config.php.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to '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 -- cgit v1.2.3