You are here

constant FACETAPI_OPERATOR_OR in Facet API 7.2

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

Constant for the "OR" operator.

File

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

Code

define('FACETAPI_OPERATOR_OR', 'or');