diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 7925566b..d35c828d 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -1974,10 +1974,9 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
dir for filtering the
results on file location (Ex:
- dir:/home/me/somedir). Please note
- that this is quite inefficient, that it may produce very
- slow searches, and that it may be worth in some
- cases to set up separate databases instead.
+ dir:/home/me/somedir). -dir
+ also works to find results out of the specified directory, only
+ after release 1.16.
date for searching or filtering
@@ -2039,7 +2038,8 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
(mimeconf), and can be modified or
extended. The default category names are those which permit
filtering results in the main GUI screen. Categories are OR'ed
- like mime types above.
+ like mime types above. This can't be negated with
+ - either.
@@ -2897,12 +2897,12 @@ while query.next >= 0 and query.next < nres:
Midi module
- Konqueror webarchive format with Python (uses the Tarfile
- module).
+ Konqueror webarchive format with Python (uses the
+ Tarfile module).
- mimehtml web archive format (support based on the mail
+ mimehtml web archive format (support based on the mail
filter, which introduces some mild weirdness, but still
- usable).
+ usable).
diff --git a/src/qtgui/advsearch.ui b/src/qtgui/advsearch.ui
index f17a73da..72d26c16 100644
--- a/src/qtgui/advsearch.ui
+++ b/src/qtgui/advsearch.ui
@@ -399,6 +399,13 @@
+ -
+
+
+ Invert
+
+
+
-
diff --git a/src/qtgui/advsearch_w.cpp b/src/qtgui/advsearch_w.cpp
index f2599e94..ccf9483e 100644
--- a/src/qtgui/advsearch_w.cpp
+++ b/src/qtgui/advsearch_w.cpp
@@ -351,7 +351,8 @@ void AdvSearch::runSearch()
if (!subtreeCMB->currentText().isEmpty()) {
QString current = subtreeCMB->currentText();
- sdata->setTopdir((const char*)subtreeCMB->currentText().toUtf8());
+ sdata->setTopdir((const char*)subtreeCMB->currentText().toUtf8(),
+ direxclCB->isChecked());
// Keep history list clean and sorted. Maybe there would be a
// simpler way to do this
list entries;