Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
Description
If you use the Profile search form (civicrm/profile) - and search on State=California ( for example) - the qill displays the state.id value (1004) instead of State code (CA). AND the search returns 0 records - and the State select option for California is NOT 'selected' as it should be. This is using generated data - and there are ACTUALLY ~6 records w/ state=californa - the the search query is being constructed incorrectly.
Current QILL display:
====================
Displaying contacts where:
- Contact Type - All
- State (Work) like "1004"
====================
If you use the generated link from a user account w/ state = California, the search performs properly:
civicrm/profile?reset=1&gid=1&state_province-2=California
Same problem for Country searches.