PHP Velho Oeste 2024

SphinxClient::setFilter

(PECL sphinx >= 0.1.0)

SphinxClient::setFilterAdd new integer values set filter

Descripción

public SphinxClient::setFilter ( string $attribute , array $values [, bool $exclude = FALSE ] ) : bool

Adds new integer values set filter to the existing list of filters.

Parámetros

attribute

An attribute name.

values

Plain array of integer values.

exclude

If set to TRUE, matching documents are excluded from the result set.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top