diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 167e8b0f..6640f538 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.40 2007-02-14 10:10:42 dockes Exp $
+ $Id: usermanual.sgml,v 1.41 2007-05-18 07:41:40 dockes Exp $
This document introduces full text search notions
@@ -720,28 +720,27 @@ fvwm
Here follows a sample request that we are going to
explain:
- mime:message/rfc822 author:"john doe" Beatles OR Lennon Live OR Unplugged -potatoes
+ author:"john doe" Beatles OR Lennon Live OR Unplugged -potatoes
- This would search for all email messages with
+ This would search for all documents with
John Doe
- appearing as a phrase in the From: header,
+ appearing as a phrase in the author field (exactly what this is
+ would depend on the document type, ie: the
+ From: header, for an email message),
and containing either beatles or
lennon and either
live or
unplugged but not
- potatoes.
+ potatoes (in any part of the document).
- The first element, mime:message/rfc822
- is a special switch that restricts the results to be email
- messages. There could be several such switches, which would form
- a list of allowed types.
-
- The second element author:"john doe" is
+ The first element author:"john doe" is
a phrase search limited to a specific field. Phrase searches are
specified as usual by enclosing the words in double quotes. The
- field specification appears before the colon. &RCL; currently
- manages the following fields:
+ field specification appears before the colon (of course this is
+ not limited to phrases, author:Balzac would
+ be ok too). &RCL; currently manages the following fields:
+
title,
subject or caption are