PhraseSearchQuery.php
Interfaces, Classes, Traits and Enums
- PhraseSearchQuery
- A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is applied to them, so they must appear in the index exactly as provided. Usually for debugging purposes, prefer MatchPhraseQuery.