ConjunctionSearchQuery
class ConjunctionSearchQuery implements JsonSerializable, SearchQuery (View source)
A compound FTS query that performs a logical AND between all its sub-queries (conjunction).
Methods
mixed
jsonSerialize()
Specify data which should be serialized to JSON
__construct(array $queries)
No description
boost(float $boost)
No description
Details
mixed
jsonSerialize()
Specify data which should be serialized to JSON
__construct(array $queries)
No description
ConjunctionSearchQuery
boost(float $boost)
No description
ConjunctionSearchQuery
every(SearchQuery ...$queries)
No description