PrefixSearchQuery
class PrefixSearchQuery implements JsonSerializable, SearchQuery (View source)
A FTS query that allows for simple matching on a given prefix.
Methods
mixed
jsonSerialize()
Specify data which should be serialized to JSON
__construct(string $prefix)
No description
boost(float $boost)
No description
field(string $field)
No description
Details
mixed
jsonSerialize()
Specify data which should be serialized to JSON
__construct(string $prefix)
No description
PrefixSearchQuery
boost(float $boost)
No description
PrefixSearchQuery
field(string $field)
No description