From 7aba8a17bae437bfba2cb6c6496f750d014f3636 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 1 Sep 2016 07:47:49 +0200 Subject: Always show text, make text extract size configurable. Resolves: #8 --- data/config.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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 -- cgit v1.2.3