Add Time Zone awareness to Date Range Facet Filter #443
Labels
enhancement
New feature or request
Search and Discovery
Mess around and find out
Search API
Sub Modules
When you need more .info.yml files to keep life organized
Milestone
What?
Because of time zone (Solr indexed days) v/s User facing date processing ranges might end not being inclusive and either removing results or not matching at all.
The solution is to add some "slack" to any range passed to make the range inclusive. Slack means basically adding 23:59:59 to the end and to the beginning to cover more ground (one option, other is to read the actual Time Zone from the server and use that)
The text was updated successfully, but these errors were encountered: