constant FACETAPI_OPERATOR_OR in Facet API 6
Same name and namespace in other branches
- 6.3 facetapi.module \FACETAPI_OPERATOR_OR
- 7.2 facetapi.module \FACETAPI_OPERATOR_OR
- 7 facetapi.module \FACETAPI_OPERATOR_OR
Constant for the "OR" operator.
2 uses of FACETAPI_OPERATOR_OR
- facetapi_apachesolr_facetapi_query_term_prepare in contrib/
facetapi_apachesolr/ facetapi_apachesolr.module - Implementation of hook_facetapi_query_QUERY_TYPE_prepare().
- facetapi_luceneapi_facetapi_query_term_process in contrib/
facetapi_luceneapi/ facetapi_luceneapi.module - Implementation of hook_facetapi_query_TYPE_process().
File
- ./
facetapi.module, line 16 - An abstracted facet API that can be used by various search backens.
Code
define('FACETAPI_OPERATOR_OR', 'or');