Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Technical infrastructure
-
Labels:None
Description
using civicrm/contact/search/advanced the searcg criteria automatically includes custom data that I have added to an individual, so the search may fail.
The custom data is irrelavant to the search, so should not be included.
e.g.status
No matches found for:
- Name like - "Jones"
- Contact Type - Household
- Coaching Info: Coaching Qualification - "1"
- Coaching Info: CRB Checked - "0"
Coaching Info is included in an individuals custom data, and is binary. Howvere, it should not affect a search in the database for a household named Jones.