aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-09-01 07:47:49 +0200
committerChristian Weiske <cweiske@cweiske.de>2016-09-01 07:47:49 +0200
commit7aba8a17bae437bfba2cb6c6496f750d014f3636 (patch)
tree8920bf550d19c6de6c808915703ec10363df8950 /data/config.php.dist
parent8b9ae4fc9a3f8402001dd1a054658d5e1246efff (diff)
downloadphinde-7aba8a17bae437bfba2cb6c6496f750d014f3636.tar.gz
phinde-7aba8a17bae437bfba2cb6c6496f750d014f3636.zip
Always show text, make text extract size configurable.
Resolves: #8
Diffstat (limited to 'data/config.php.dist')
-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