- Issue created by @joachim
- 🇬🇧United Kingdom joachim
The problem is DateRangeProcessor:preQuery() which calls
$facet->setActiveItems($active_items);
and $active_items must be an array of strings. Instead, it's building an array of arrays:
$item = [ date('U', 0), date('U', strtotime('+100 years')), ];
- Assigned to zorz
- Issue was unassigned.
- Status changed to Postponed: needs info
7 months ago 7:15am 11 April 2024