ext-solr icon indicating copy to clipboard operation
ext-solr copied to clipboard

[BUG] Wrong range string generation in DateRange facet

Open derhansen opened this issue 1 year ago • 1 comments

Describe the bug The range string in the DateRange facet is generated, so that the time of the start- and enddate is 0000 (00:00). For the enddate, this is wrong and should be 2359 (23:59), so items for the whole enddate are selected.

Used versions (please complete the following information):

  • TYPO3 Version: 12.4
  • EXT:solr Version: 12.x
  • Used Apache Solr Version: 9.6

derhansen avatar Jun 06 '24 13:06 derhansen

@derhansen Please check the Tests.

dkd-kaehm avatar Jun 07 '24 05:06 dkd-kaehm