Browse Source

Zend_Search_Lucene: documentation fix. ZF-6732.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20473 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 16 years ago
parent
commit
d672998a54

+ 1 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-Queries.xml

@@ -262,7 +262,7 @@ $hits  = $index->find($query);
             Query string:
         </para>
         <programlisting language="querystring"><![CDATA[
-+(word1 word2 word3) author:(word4 word5) -word6
++(word1 word2 word3) (author:word4 author:word5) -(word6)
 ]]></programlisting>
 
         <itemizedlist>