Details
Description
CiviCRM 4.1.1. Reproduced on drupal.demo.civicrm.org
Bug in Search builder when CiviCase record is searched.
Entering the record of type "Case" and searching by "Case Start Date", does not produce the required output. For example: Case Start Date != 20120507 returns all the cases irrespective of the start date filter.
The patch attached modifies the "CRM/Case/BAO/Query.php" file to correct the where clause formation for CiviCase records for the start date filter.