Date filtering is missing results

Issue #26 resolved
Davis Marques created an issue

The date filter should be picking up entities inclusively within a date range but is not.

Comments (1)

  1. Davis Marques reporter

    The date range filter was implemented incorrectly. It should have been (fromDate:[ * TO userEndDate] AND toDate:[userStartDate TO * ]).

    Solr is very finiky about the way queries are expressed. 'TO' must be in uppercase characters oddly enough, otherwise the query will fail.

  2. Log in to comment