You are here

constant APACHESOLR_VIEWS_DATE_ISO8601 in Apache Solr Views 7

2 uses of APACHESOLR_VIEWS_DATE_ISO8601
apachesolr_views_handler_filter_date::obtain_formated_date in handlers/apachesolr_views_handler_filter_date.inc
Obtains a formated data for SOLR.
apachesolr_views_handler_filter_date::op_simple in handlers/apachesolr_views_handler_filter_date.inc
Add the date filter to the query parameters.

File

handlers/apachesolr_views_handler_filter_date.inc, line 9
Date filter handler for Apache Solr Views.

Code

define('APACHESOLR_VIEWS_DATE_ISO8601', 'Y-m-d\\TH:i:s\\Z');