From 5b054d1fb39604419150051dd1d99dacbdeb2cba Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 1 Sep 2016 08:11:44 +0200 Subject: Make search result hit template configurable, add chat template Resolves: #9 --- 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 1e2641a..9170a9f 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -28,5 +28,7 @@ $GLOBALS['phinde'] = array( //show the full text content in the results // useful for chat logs in which every line is its own document 'showFullContent' => false, + //search result "hit" template file + 'hitTemplate' => 'hit.htm', ); ?> \ No newline at end of file -- cgit v1.2.3