Fix condition for medium PAZ-929 saga again
[pazpar2-moved-to-github.git] / doc / pazpar2_conf.xml
index d88b394..eea4f75 100644 (file)
     in main thread).
    </para>
   </refsect2>
+  <refsect2 id="config-file">
+   <title>file</title>
+   <para>
+    This configuration takes one attribute <literal>path</literal> which
+    specifies a path to search for local files, such as XSLTs  and settings.
+    The path is a colon separated list of directories. Its default value
+    is "<literal>.</literal>" which is equivalent to the location of the
+    main configuration file (where indeed the file element is given).
+   </para>
+  </refsect2>
   <refsect2 id="config-server">
    <title>server</title>
    <para>
      <listitem>
       <para>
        Specifies native sorting for a target where
-       <replaceable>field</replaceable> is a sort criteria (see command
-       show). The value has to components separated by colon: strategy and
+       <replaceable>field</replaceable> is a sort criterion (see command
+       show). The value has two components separated by a colon: strategy and
        native-field. Strategy is one of <literal>z3950</literal>,
        <literal>type7</literal>, <literal>cql</literal>,
        <literal>sru11</literal>, or <literal>embed</literal>.