a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
...
...
1048
      <para>The advanced search dialog helps you build more complex queries
1048
      <para>The advanced search dialog helps you build more complex queries
1049
      without memorizing the search language constructs. It can be opened
1049
      without memorizing the search language constructs. It can be opened
1050
      through the <guilabel>Tools</guilabel> menu or through the main
1050
      through the <guilabel>Tools</guilabel> menu or through the main
1051
      toolbar.</para>
1051
      toolbar.</para>
1052
1052
1053
      <para>The dialog has four sections:</para>
1053
      <para>The dialog has two tabs:</para> 
1054
1055
      <orderedlist>
1054
      <orderedlist>
1056
        <listitem><para>The top section allows constructing a query by
1055
1056
      <listitem><para>The first tab lets you specify terms to search
1057
      for, and permits specifying multiple clauses which are combined
1058
      to build the search.</para>
1059
      </listitem> 
1060
1061
      <listitem><para>The second tab lets filter the results according
1062
      to file size, date of modification, mime type, or
1063
      location.</para>
1064
      </listitem>
1065
     
1066
      </orderedlist>
1067
1068
      <para>Click on the <guilabel>Start Search</guilabel> button in
1069
        the advanced search dialog, or type <keycap>Enter</keycap> in
1070
        any text field to start the search. The button in
1071
        the main window always performs a simple search.</para>
1072
1073
      <para>Click on the <literal>Show query details</literal> link at
1074
        the top of the result page to see the query expansion.</para>
1075
1076
      <sect3 id="rcl.search.complex.terms">
1077
      <title>Avanced search: the "find" tab</title>
1078
1079
        <para>This part of the dialog lets you constructc a query by
1057
          combining multiple clauses of different types.
1080
          combining multiple clauses of different types.  Each entry
1058
          Each entry field is configurable for the following modes:</para>
1081
          field is configurable for the following modes:</para>
1059
1082
1060
        <itemizedlist>
1083
        <itemizedlist>
1061
          <listitem><para>All terms.</para>
1084
          <listitem><para>All terms.</para>
1062
          </listitem>
1085
          </listitem>
1063
          <listitem><para>Any term.</para>
1086
          <listitem><para>Any term.</para>
...
...
1084
1107
1085
        <para>Entries of all types except "Phrase" and "Near" accept
1108
        <para>Entries of all types except "Phrase" and "Near" accept
1086
          a mix of single words and phrases enclosed in double quotes. 
1109
          a mix of single words and phrases enclosed in double quotes. 
1087
          Stemming and wildcard expansion will be performed as for simple
1110
          Stemming and wildcard expansion will be performed as for simple
1088
          search. </para>
1111
          search. </para>
1089
        </listitem>
1090
1091
        <listitem><para>The next section allows filtering the results by
1092
            file size. There are two entries for minimum and maximum
1093
            size. Enter decimal numbers. You can use suffix multipliers:
1094
            <literal>k/K</literal>, <literal>m/M</literal>,
1095
            <literal>g/G</literal>, <literal>t/T</literal> for 1E3, 1E6,
1096
            1E9, 1E12 respectively.</para>
1097
         </listitem>
1098
1099
        <listitem>
1100
          <para>The next section allows filtering the results by their mime
1101
            types, or mime categories (ie: media/text/message/etc.).</para>
1102
          <para>You can transfer the types between two boxes, to define
1103
            which will be included or excluded by the search.</para>
1104
          <para>The state of the file type selection can be saved as
1105
            the default (the file type filter will not be activated at
1106
            program start-up, but the lists will be in the restored
1107
            state).</para> 
1108
        </listitem>
1109
1110
        <listitem>
1111
          <para>The bottom section allows restricting the search results to a
1112
            sub-tree of the indexed area. You can use the
1113
            <guilabel>Invert</guilabel> checkbox to search for files not in
1114
            the sub-tree instead. If you use directory filtering often and on
1115
            big subsets of the file system, you may think of setting up
1116
            multiple indexes instead, as the performance may be
1117
            better.</para>
1118
          <para>You can use relative/partial paths for filtering. Ie,
1119
          entering <literal>dirA/dirB</literal> would match either
1120
          <filename>/dir1/dirA/dirB/myfile1</filename> or
1121
          <filename>/dir2/dirA/dirB/someother/myfile2</filename>.</para> 
1122
        </listitem>
1123
1124
      </orderedlist>
1125
1126
1112
1127
      <formalpara><title>Phrases and Proximity searches</title>
1113
      <formalpara><title>Phrases and Proximity searches</title>
1128
      <para>These two clauses work in similar ways, with the
1114
      <para>These two clauses work in similar ways, with the
1129
      difference that proximity searches do not impose an order on the
1115
      difference that proximity searches do not impose an order on the
1130
      words. In both cases, an adjustable number (slack) of non-matched words
1116
      words. In both cases, an adjustable number (slack) of non-matched words
...
...
1139
      quick</literal>. A proximity search for <literal>quick
1125
      quick</literal>. A proximity search for <literal>quick
1140
      fox</literal> with the default slack will match the
1126
      fox</literal> with the default slack will match the
1141
      latter, and also <literal>a fox is a cunning and quick animal</literal>.
1127
      latter, and also <literal>a fox is a cunning and quick animal</literal>.
1142
      </formalpara>
1128
      </formalpara>
1143
1129
1144
      <para>Click on the <guilabel>Start Search</guilabel> button in
1130
      </sect3>
1145
        the advanced search dialog, or type <keycap>Enter</keycap> in
1131
1146
        any text field to start the search. The button in
1132
      <sect3 id="rcl.search.complex.filter">
1147
        the main window always performs a simple search.</para>
1133
      <title>Avanced search: the "filter" tab</title>
1148
      <para>Click on the <literal>Show query details</literal> link at
1134
1149
        the top of the result page to see the query expansion.</para>
1135
      <para>This part of the dialog has several sections which allow
1136
      filtering the results of a search according to a number of
1137
      criteria</para>
1138
1139
      <itemizedlist>
1140
1141
      <listitem>
1142
      <para>The first section allows filtering by dates of last
1143
      modification. You can specify both a minimum and a maximum date. The
1144
      initial values are set according to the oldest and newest documents
1145
      found in the index.</para>
1146
      </listitem>
1147
1148
      <listitem>
1149
      <para>The next section allows filtering the results by
1150
            file size. There are two entries for minimum and maximum
1151
            size. Enter decimal numbers. You can use suffix multipliers:
1152
            <literal>k/K</literal>, <literal>m/M</literal>,
1153
            <literal>g/G</literal>, <literal>t/T</literal> for 1E3, 1E6,
1154
            1E9, 1E12 respectively.</para>
1155
      </listitem>
1156
1157
      <listitem>   
1158
      <para>The next section allows filtering the results by their mime
1159
            types, or mime categories (ie: media/text/message/etc.).</para>
1160
          <para>You can transfer the types between two boxes, to define
1161
            which will be included or excluded by the search.</para>
1162
          <para>The state of the file type selection can be saved as
1163
            the default (the file type filter will not be activated at
1164
            program start-up, but the lists will be in the restored
1165
            state).</para> 
1166
      </listitem>
1167
1168
      <listitem>
1169
          <para>The bottom section allows restricting the search results to a
1170
            sub-tree of the indexed area. You can use the
1171
            <guilabel>Invert</guilabel> checkbox to search for files not in
1172
            the sub-tree instead. If you use directory filtering often and on
1173
            big subsets of the file system, you may think of setting up
1174
            multiple indexes instead, as the performance may be
1175
            better.</para>
1176
          <para>You can use relative/partial paths for filtering. Ie,
1177
          entering <literal>dirA/dirB</literal> would match either
1178
          <filename>/dir1/dirA/dirB/myfile1</filename> or
1179
          <filename>/dir2/dirA/dirB/someother/myfile2</filename>.</para> 
1180
      </listitem>
1181
1182
      </itemizedlist>
1183
1184
     </sect3>
1150
1185
1151
    </sect2>
1186
    </sect2>
1152
1187
1153
    <sect2 id="rcl.search.termexplorer">
1188
    <sect2 id="rcl.search.termexplorer">
1154
      <title>The term explorer tool</title>
1189
      <title>The term explorer tool</title>