You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<para>Specifies the operator for the comparison. <code>matches</code>
176
174
supports Java regular expressions.</para>
177
175
<para>Default is <code>eq</code>.</para>
178
176
</listitem>
179
177
</varlistentry>
180
178
<varlistentry>
181
-
<term><code>case="yes|no"</code></term>
179
+
<term>
180
+
<code>case="yes|no"</code>
181
+
</term>
182
182
<listitem>
183
183
<para>Turns case sensitivity on or off for string comparisons. </para>
184
184
<para>Default is <code>yes</code>.</para>
185
185
</listitem>
186
186
</varlistentry>
187
187
<varlistentry>
188
-
<term><code>numeric="yes|no"</code></term>
188
+
<term>
189
+
<code>numeric="yes|no"</code>
190
+
</term>
189
191
<listitem>
190
192
<para>Turns numeric comparison on or off for equality and ordinal
191
193
comparisons (<code>eq, ne, lt, gt, le, ge</code>). When enabled, 01.0
@@ -246,8 +248,7 @@
246
248
<sect1xml:id="comparison-range-index">
247
249
<title>Comparison with the old range index</title>
248
250
249
-
<para>eXist also has an older version of the range index on board (see <link
250
-
xlink:href="oldrangeindex">old range index</link>). Compared to this newer version it
251
+
<para>eXist also has an older version of the range index on board (see <linkxlink:href="oldrangeindex">old range index</link>). Compared to this newer version it
251
252
has three main issues:</para>
252
253
<orderedlist>
253
254
<listitem>
@@ -294,4 +295,4 @@
294
295
<para>The old range index is still supported to allow existing applications to run
0 commit comments