From 10580efaf4836d7fad11c507beef0081075793d5 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 14 Dec 2009 10:33:15 +0000 Subject: [PATCH] --- src/INSTALL | 14 +++++++++++--- src/README | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/INSTALL b/src/INSTALL index 42d57a26..bfc881ee 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -206,6 +206,12 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or there, and also needs some simple configuration (see comments in the fields configuration file). + * --enable-camelcase will enable splitting camelCase words. This is not + enabled by default as it has the unfortunate side-effect of making + some phrase searches quite confusing: ie, "MySQL manual" would be + matched by "MySQL manual" and "my sql manual" but not "mysql manual" + (only inside phrase searches). + * --with-file-command Specify the version of the 'file' command to use (ie: --with-file-command=/usr/local/bin/file). Can be useful to enable the gnu version on systems where the native one is bad. @@ -551,9 +557,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or This allows setting fields for all documents under a given directory. Typical usage would be to set an "rclaptg" field, to be - used in mimeview to select a specific viewer. Ie: - localfields=rclaptg=gnus;other=val, then select specifier viewer - with mimetype|tag=... in mimeview. + used in mimeview to select a specific viewer. If several fields + are to be set, they should be separated with a ':' character + (which there is currently no way to escape). Ie: localfields= + rclaptg=gnus:other = val, then select specifier viewer with + mimetype|tag=... in mimeview. filtersdir diff --git a/src/README b/src/README index 0c92ac83..c32ec7a3 100644 --- a/src/README +++ b/src/README @@ -2134,6 +2134,12 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or there, and also needs some simple configuration (see comments in the fields configuration file). + * --enable-camelcase will enable splitting camelCase words. This is not + enabled by default as it has the unfortunate side-effect of making + some phrase searches quite confusing: ie, "MySQL manual" would be + matched by "MySQL manual" and "my sql manual" but not "mysql manual" + (only inside phrase searches). + * --with-file-command Specify the version of the 'file' command to use (ie: --with-file-command=/usr/local/bin/file). Can be useful to enable the gnu version on systems where the native one is bad. @@ -2471,9 +2477,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or This allows setting fields for all documents under a given directory. Typical usage would be to set an "rclaptg" field, to be - used in mimeview to select a specific viewer. Ie: - localfields=rclaptg=gnus;other=val, then select specifier viewer - with mimetype|tag=... in mimeview. + used in mimeview to select a specific viewer. If several fields + are to be set, they should be separated with a ':' character + (which there is currently no way to escape). Ie: localfields= + rclaptg=gnus:other = val, then select specifier viewer with + mimetype|tag=... in mimeview. filtersdir