DateRangeSearchQuery
class DateRangeSearchQuery implements JsonSerializable, SearchQueryPart (View source)
A FTS query that matches documents on a range of values. At least one bound is required, and the inclusiveness of each bound can be configured.
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
start(int|string $start, bool $inclusive = true)
No description
end(int|string $end, bool $inclusive = false)
No description
dateTimeParser(string $dateTimeParser)
No description
Details
mixed
jsonSerialize()
No description
DateRangeSearchQuery
boost(float $boost)
No description
DateRangeSearchQuery
field(string $field)
No description
DateRangeSearchQuery
start(int|string $start, bool $inclusive = true)
No description
DateRangeSearchQuery
end(int|string $end, bool $inclusive = false)
No description
DateRangeSearchQuery
dateTimeParser(string $dateTimeParser)
No description