SphinxClient::setFilterRange
Add new integer range filter
Description
public bool SphinxClient::setFilterRange
( string $attribute
, int $min
, int $max
[, bool $exclude
= false
] )
Parameters
-
attribute
-
An attribute name.
-
min
-
Minimum value.
-
max
-
Maximum value.
-
exclude
-
If set to TRUE
, matching documents are excluded from the result set.
Return Values
Returns TRUE
on success or FALSE
on failure.