Make search result hit template configurable, add chat template
[phinde.git] / data / config.php.dist
index 1e2641a4c91ffb1f1f751f5fc653adce2c8a2fc0..9170a9f4969940c41a372d03b5e976764034dd4e 100644 (file)
@@ -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,
     //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
 );
 ?>
\ No newline at end of file