constant FACETAPI_OPERATOR_AND in Facet API 6
Same name and namespace in other branches
- 6.3 facetapi.module \FACETAPI_OPERATOR_AND
- 7.2 facetapi.module \FACETAPI_OPERATOR_AND
- 7 facetapi.module \FACETAPI_OPERATOR_AND
Constant for the "AND" operator.
1 use of FACETAPI_OPERATOR_AND
- facetapi_facet_settings_form in ./
facetapi.admin.inc - Returns settings for an individual facet that apply to a realm.
File
- ./
facetapi.module, line 11 - An abstracted facet API that can be used by various search backens.
Code
define('FACETAPI_OPERATOR_AND', 'and');