With the ability to add date-type property filters introduced in #1803 , users can now select individual dates to filter search results by.
Though the rest of Aleph supports dates of varying precision (i.e. YYYY, YYYY-MM, or YYYY-MM-DD), the filter value processing in the backend incorrectly converts all dates to January first of the given year.
Solution 1: Modify backend date processing to support varying precision of dates
Solution 2: Utilize the date histogram for all date-type properties

With the ability to add date-type property filters introduced in #1803 , users can now select individual dates to filter search results by.
Though the rest of Aleph supports dates of varying precision (i.e. YYYY, YYYY-MM, or YYYY-MM-DD), the filter value processing in the backend incorrectly converts all dates to January first of the given year.
Solution 1: Modify backend date processing to support varying precision of dates
Solution 2: Utilize the date histogram for all date-type properties