Author: buildbot
Date: Tue Nov 20 13:48:02 2012
New Revision: 838924
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/jax-rs-advanced-features.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/jax-rs-advanced-features.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-advanced-features.html
(original)
+++ websites/production/cxf/content/docs/jax-rs-advanced-features.html Tue Nov
20 13:48:02 2012
@@ -198,7 +198,7 @@ assertEquals(<span class="code-quote">"G
</pre>
</div></div>
-<p>lets users to search for all the Apache projects with the name 'CXF' and
the version greater or equal to '2.2'. The initial '=' separates the name of
the query '_search' from the FIQL expression, while '==' and '=ge=' convey
'equals to' and 'greater or equals to' respectively.<br clear="none">
+<p>lets users search for all the Apache projects with the name 'CXF' and the
version greater or equal to '2.2'. The initial '=' separates the name of the
query '_search' from the FIQL expression, while '==' and '=ge=' convey 'equals
to' and 'greater or equals to' respectively.<br clear="none">
An expression such as "name==CXF*" can be used to the partial equality checks
(in this example: the name should start from "CXF").</p>
<p>More complex composite expressions can also be expressed easily enough,
examples:</p>