Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 3.4.5
-
Fix Version/s: 3.4.6
-
Component/s: CiviCRM Search
-
Labels:None
Description
Results get displayed while searching with partial email address on "Find Conatcts" form but when same is been search on "Complete OR Partial Email" field with "Advanced Search" results doesn't show up.
For this I have made some minor change in CRM/Contact/BAO/Query.php on line 2705 by adding "%" before "$value".
Pls find the patch below.