Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

README.rst

File metadata and controls

12 lines (8 loc) · 348 Bytes

Match

Returns documents that match a provided text, number, date or boolean value. The provided text is analyzed before matching.

The match query is the standard query for performing a full-text search, including options for fuzzy matching.

A sample search with Match

.. literalinclude:: sample.php
   :language: php
   :linenos: