diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index d8ecc997..067a62c7 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.15 2006-09-08 09:02:47 dockes Exp $
+ $Id: usermanual.sgml,v 1.16 2006-09-11 14:22:15 dockes Exp $
This document introduces full text search notions
@@ -423,10 +423,12 @@
Complex/advanced search
The advanced search dialog has fields that will allow a more
- refined search, looking for documents with all given words, a
- given exact phrase, none of the given words, or a given file
+ refined search, looking for documents with all given elements, a
+ given exact phrase, none of the given elements, or a given file
name (with wildcard expansion). All relevant fields will be
- combined by an implicit AND clause.
+ combined by an implicit AND clause. All fields except "Exact
+ phrase" can accept single words, or phrases enclosed in double
+ quotes.
It will let you search for documents of specific mime
types (ie: only text/plain, or
diff --git a/src/qtgui/advsearch.ui b/src/qtgui/advsearch.ui
index 99fb7f85..c3e0c0d2 100644
--- a/src/qtgui/advsearch.ui
+++ b/src/qtgui/advsearch.ui
@@ -46,7 +46,7 @@
Search for files<br>having all of:
- All non blank fields will be combined with AND conjunctions
+ All non blank fields will be combined with AND conjunctions. <br>All fields except "exact phrase" can accept a mix of simple words, and phrases enclosed in double quotes.
@@ -65,13 +65,22 @@
andWordsTL
- All these words
+ All of these
andWordsLE
+
+
+ 300
+ 0
+
+
+
+ Enter words, and/or quoted phrases.
+
@@ -85,45 +94,57 @@
phraseLE
+
+ Enter words.
+
orWordsTL
- Any of these words
+ Any of these
orWordsLE
+
+ Enter words, and/or quoted phrases.
+
orWords1TL
- Any of these words
+ Any of these
orWords1LE
+
+ Enter words, and/or quoted phrases.
+
noWordsTL
- None of these words
+ None of these
noWordsLE
+
+ Enter words, and/or quoted phrases.
+
@@ -137,6 +158,9 @@
fileNameLE
+
+ Enter file name. * and ? are wildcards.
+