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">
-

Recoll user manual

+

Recoll user manual

@@ -109,13 +109,13 @@ alink="#0000FF"> multiple indexes
2.1.3. Document types
+ "#idp51664016">Document types
2.1.4. Indexing failures
+ "#idp51683696">Indexing failures
2.1.5. Recovery
+ "#idp51690704">Recovery @@ -962,8 +962,8 @@ alink="#0000FF">
-

2.1.3. Document types

+

2.1.3. Document types

@@ -1056,8 +1056,8 @@ indexedmimetypes = application/pdf
-

2.1.4. Indexing +

2.1.4. Indexing failures

@@ -1097,8 +1097,8 @@ indexedmimetypes = application/pdf
-

2.1.5. Recovery

+

2.1.5. Recovery

@@ -4661,8 +4661,8 @@ bye goodbye "see you" \ broadly has the same capabilities as the complex search interface in the GUI.

-

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">OR word3.

-

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 the fields 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;">

Note

-

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.

+
+ +
+

Note

+ +

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.

-
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 8621940a..aa52a186 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -3129,7 +3129,7 @@ bye goodbye "see you" \ capabilities as the complex search interface in the GUI. - The language is based on the (seemingly defunct) + The language was based on the now defunct Xesam user search language specification. @@ -3187,7 +3187,7 @@ bye goodbye "see you" \ word2) OR word3. - With &RCL; versions 1.21 and later, you can use parentheses to + &RCL; 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. @@ -3284,8 +3284,14 @@ bye goodbye "see you" \ linkend="RCL.INSTALL.CONFIG.FIELDS">section about the fields 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: + special, criteria: @@ -3315,7 +3321,7 @@ dir:recoll dir:src -dir:utils -dir:common path (in any order), and which have not either utils or common. - + You can also use OR conjunctions with dir: clauses. @@ -3409,17 +3415,19 @@ dir:recoll dir:src -dir:utils -dir:common - - mime is the only field with an - OR default. You do need to use - OR with ext terms for - example. + + 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. + - 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. + + mime (or the equivalent + rclcat) is the only + field with an OR default. You do need to use + OR with ext terms for + example. Modifiers diff --git a/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html b/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html index c1723801..539517a9 100644 --- a/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html +++ b/src/doc/user/webhelp/docs/RCL.INDEXING.CONFIG.GUI.html @@ -4,7 +4,7 @@ The index configuration GUI - - Recoll user manual