WildcardSearchQuery
class WildcardSearchQuery implements JsonSerializable, SearchQuery (View source)
A FTS query that allows for simple matching using wildcard characters (* and ?).
Methods
mixed
jsonSerialize()
Specify data which should be serialized to JSON
__construct(string $wildcard)
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 $wildcard)
No description
WildcardSearchQuery
boost(float $boost)
No description
WildcardSearchQuery
field(string $field)
No description