You are here

constant FACETAPI_OPERATOR_AND in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 facetapi.module \FACETAPI_OPERATOR_AND
  2. 6 facetapi.module \FACETAPI_OPERATOR_AND
  3. 7 facetapi.module \FACETAPI_OPERATOR_AND

Constant for the "AND" operator.

File

./facetapi.module, line 11
An abstracted facet API that can be used by various search backends.

Code

define('FACETAPI_OPERATOR_AND', 'and');