QueryStringSearchQuery
in package
implements
JsonSerializable, SearchQuery
A FTS query that performs a search according to the "string query" syntax.
Interfaces, Classes and Traits
- JsonSerializable
- SearchQuery
- Common interface for all classes, which could be used as a body of SearchQuery
Table of Contents
- __construct() : mixed
- boost() : QueryStringSearchQuery
- jsonSerialize() : mixed
Methods
__construct()
public
__construct(string $query_string) : mixed
Parameters
- $query_string : string
Return values
mixed —boost()
public
boost(float $boost) : QueryStringSearchQuery
Parameters
- $boost : float
Return values
QueryStringSearchQuery —jsonSerialize()
public
jsonSerialize() : mixed