class QueryStringSearchQuery implements JsonSerializable, SearchQuery (View source)

A FTS query that performs a search according to the "string query" syntax.

Methods

mixed
jsonSerialize()

Specify data which should be serialized to JSON

__construct(string $query_string)

No description

boost(float $boost)

No description

Details

mixed jsonSerialize()

Specify data which should be serialized to JSON

Return Value

mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

__construct(string $query_string)

No description

Parameters

string $query_string

QueryStringSearchQuery boost(float $boost)

No description

Parameters

float $boost

Return Value

QueryStringSearchQuery