Always show text, make text extract size configurable.
[phinde.git] / data / config.php.dist
index 20bf208356fcac5c017d61609efa15766c5d114b..1e2641a4c91ffb1f1f751f5fc653adce2c8a2fc0 100644 (file)
@@ -25,5 +25,8 @@ $GLOBALS['phinde'] = array(
     //prefix for the gearman queue names, needed when multiple instances
     //are running in parallel
     'queuePrefix' => '',
+    //show the full text content in the results
+    // useful for chat logs in which every line is its own document
+    'showFullContent' => false,
 );
 ?>
\ No newline at end of file