diff options
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 2 |
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 |
