You are here

constant FACETAPI_DATE_MINUTE in Facet API 6

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

String that represents a time gap of a minute between two dates.

6 uses of FACETAPI_DATE_MINUTE
FacetapiLuceneapiAdapter::fetchDate in contrib/facetapi_luceneapi/facetapi_luceneapi.adapter.inc
Fetches data from facets that filter results by date ranges.
facetapi_apachesolr_date_range in contrib/facetapi_apachesolr/facetapi_apachesolr.module
Gets the range of dates we are using.
facetapi_isodate in ./facetapi.module
Helper function to convert dates from Unix timestamps into ISO 8601 format.
facetapi_next_date_increment_get in ./facetapi.module
Returns the next increment from the given ISO date and gap. This function is useful for getting the upper limit of a date range from the given start date.
facetapi_timestamp_format in ./facetapi.module
Returns a formatted date based on the passed timestamp and gap.

... See full list

File

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

Code

define('FACETAPI_DATE_MINUTE', 'MINUTE');