thewebmen/silverstripe-elastica

There is no license information available for the latest version (3.1.2) of this package.

facet filters

Installs: 5 281

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule


README

ELASTICSEARCH_INDEX=silverstripe
ELASTICSEARCH_HOST=elasticsearch
ELASTICSEARCH_PORT=9200

DateFilter options

If you want to add/overrule/exclude options:

TheWebmen\Elastica\Filters\DateFilter:
  mapping:
    Today:
      From: today midnight
      To: tomorrow midnight
      Label: Vandaag
    Since 7 days:
      Exclude: true
    Since 30 days:
      From: -30 days midnight
      To: tomorrow midnight
      Label: Sinds 30 dagen
    Since 6 months:
      From: -6 months midnight
      To: tomorrow midnight
      Label: Sinds 6 maanden