try to make clearer that adv search fields will accept phrases as well as single words
This commit is contained in:
parent
a3db7c1937
commit
cfea7fd245
@ -24,7 +24,7 @@
|
|||||||
Dockes</holder>
|
Dockes</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<releaseinfo>$Id: usermanual.sgml,v 1.15 2006-09-08 09:02:47 dockes Exp $</releaseinfo>
|
<releaseinfo>$Id: usermanual.sgml,v 1.16 2006-09-11 14:22:15 dockes Exp $</releaseinfo>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>This document introduces full text search notions
|
<para>This document introduces full text search notions
|
||||||
@ -423,10 +423,12 @@
|
|||||||
<title>Complex/advanced search</title>
|
<title>Complex/advanced search</title>
|
||||||
|
|
||||||
<para>The advanced search dialog has fields that will allow a more
|
<para>The advanced search dialog has fields that will allow a more
|
||||||
refined search, looking for documents with all given words, a
|
refined search, looking for documents with all given elements, a
|
||||||
given exact phrase, none of the given words, or a given file
|
given exact phrase, none of the given elements, or a given file
|
||||||
name (with wildcard expansion). All relevant fields will be
|
name (with wildcard expansion). All relevant fields will be
|
||||||
combined by an implicit AND clause.</para>
|
combined by an implicit AND clause. All fields except "Exact
|
||||||
|
phrase" can accept single words, or phrases enclosed in double
|
||||||
|
quotes.</para>
|
||||||
|
|
||||||
<para>It will let you search for documents of specific mime
|
<para>It will let you search for documents of specific mime
|
||||||
types (ie: only <literal>text/plain</literal>, or
|
types (ie: only <literal>text/plain</literal>, or
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
<string>Search for files<br>having all of:</string>
|
<string>Search for files<br>having all of:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip" stdset="0">
|
<property name="toolTip" stdset="0">
|
||||||
<string>All non blank fields will be combined with AND conjunctions</string>
|
<string>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.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLayoutWidget">
|
<widget class="QLayoutWidget">
|
||||||
@ -65,13 +65,22 @@
|
|||||||
<cstring>andWordsTL</cstring>
|
<cstring>andWordsTL</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>All these words</string>
|
<string>All of these</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLineEdit" row="0" column="1">
|
<widget class="QLineEdit" row="0" column="1">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>andWordsLE</cstring>
|
<cstring>andWordsLE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>300</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter words, and/or quoted phrases.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" row="1" column="0">
|
<widget class="QLabel" row="1" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
@ -85,45 +94,57 @@
|
|||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>phraseLE</cstring>
|
<cstring>phraseLE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter words.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" row="2" column="0">
|
<widget class="QLabel" row="2" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>orWordsTL</cstring>
|
<cstring>orWordsTL</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Any of these words</string>
|
<string>Any of these</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLineEdit" row="2" column="1">
|
<widget class="QLineEdit" row="2" column="1">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>orWordsLE</cstring>
|
<cstring>orWordsLE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter words, and/or quoted phrases.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" row="3" column="0">
|
<widget class="QLabel" row="3" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>orWords1TL</cstring>
|
<cstring>orWords1TL</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Any of these words</string>
|
<string>Any of these</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLineEdit" row="3" column="1">
|
<widget class="QLineEdit" row="3" column="1">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>orWords1LE</cstring>
|
<cstring>orWords1LE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter words, and/or quoted phrases.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" row="4" column="0">
|
<widget class="QLabel" row="4" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>noWordsTL</cstring>
|
<cstring>noWordsTL</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>None of these words</string>
|
<string>None of these</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLineEdit" row="4" column="1">
|
<widget class="QLineEdit" row="4" column="1">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>noWordsLE</cstring>
|
<cstring>noWordsLE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter words, and/or quoted phrases.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QLabel" row="5" column="0">
|
<widget class="QLabel" row="5" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
@ -137,6 +158,9 @@
|
|||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>fileNameLE</cstring>
|
<cstring>fileNameLE</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip" stdset="0">
|
||||||
|
<string>Enter file name. * and ? are wildcards.</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</grid>
|
</grid>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user