aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/config.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist
index 20bf208..1e2641a 100644
--- a/data/config.php.dist
+++ b/data/config.php.dist
@@ -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