diff --git a/src/doc/user/Makefile b/src/doc/user/Makefile index 1262690b..4d1e51e6 100644 --- a/src/doc/user/Makefile +++ b/src/doc/user/Makefile @@ -19,8 +19,11 @@ commonoptions=--stringparam section.autolabel 1 \ # index.html chunk format target replaced by nicer webhelp (needs separate # make) in webhelp/ subdir -all: usermanual.html usermanual.pdf +all: usermanual.html usermanual.pdf webh +webh: + make -C webhelp + usermanual.html: usermanual.xml xsltproc ${commonoptions} \ -o tmpfile.html "${XSLDIR}/html/docbook.xsl" $< diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index ae4bbbe8..35c55cbf 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -20,8 +20,8 @@ alink="#0000FF">
The language is based on the (seemingly defunct) - The language was based on the now defunct Xesam user search language specification.
@@ -4727,9 +4727,9 @@ bye goodbye "see you" \ "literal">ORword3
.
- With Recoll versions - 1.21 and later, you can use parentheses to group elements, - which will sometimes make things clearer, and may allow +
Recoll versions 1.21 + and later, allow using parentheses to group elements, which + will sometimes make things clearer, and may allow expressing combinations which would have been difficult otherwise.
@@ -4858,6 +4858,12 @@ author:john/ringo "5.4.3. The fields file">section about thefields
file
+ The document input handlers used while indexing have the + possibility to create other fields with arbitrary names, + and aliases may be defined in the configuration, so that + the exact field search possibilities may be different for + you if someone took care of the customisation.
+The field syntax also supports a few field-like, but special, criteria:
@@ -5038,19 +5044,26 @@ dir:recoll dir:src -dir:utils -dir:common "margin-left: 0.5in; margin-right: 0.5in;">mime
is the mime
, rclcat
, size
and date
criteria always affect the whole
+ query (they are applied as a final filter), even if set
+ with other terms inside a parenthese.
mime
(or the equivalent
+ rclcat
) is the only field with an
OR
default. You do need to
use OR
with ext
terms for example.
The document input handlers used while indexing have the - possibility to create other fields with arbitrary names, - and aliases may be defined in the configuration, so that - the exact field search possibilities may be different for - you if someone took care of the customisation.
-