SphinxClient::setFilterRange
(No version information available, might be only in CVS)
SphinxClient::setFilterRange — Add new integer range filter
Description
public bool SphinxClient::setFilterRange
( string $attribute
, int $min
, int $max
[, bool $exclude
] )
Parameters
-
attribute
-
An attribute name.
-
min
-
Minimum value.
-
max
-
Maximum value.
-
exclude
-
If set to TRUE, matching documents are excluded from the result set.
Defaults to FALSE.
Return Values
Returns TRUE on success or FALSE on failure.