Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.0
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
The formRule method for Search is quite buggy and needs clean up
Steps to Replicate :
Case Activity -> Activity Auto-generated> -> LIKE -> n
breaks the search.
This happens because while applying formRule we check Boolean strings for t(rue), f(alse), y(es), n(o) which does match but result in breaking the search screen.