X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FSearch%2FAdvanced.php;h=e82ae6bf3573b6de0e2b557f9cc2ad86b367a6ed;hb=3918a4767354f491f34d92b0667798d944fa0ed8;hp=84ff204258e4f85779b1d78f8173dc628520665f;hpb=6e1a96bec4660bb24e8f6f8202a04ef5139fda8b;p=civicrm-core.git diff --git a/CRM/Contact/Form/Search/Advanced.php b/CRM/Contact/Form/Search/Advanced.php index 84ff204258..e82ae6bf35 100644 --- a/CRM/Contact/Form/Search/Advanced.php +++ b/CRM/Contact/Form/Search/Advanced.php @@ -370,12 +370,18 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search { 'contribution_status', 'contribution_status_id', 'contribution_source', + 'membership_type_id', + 'membership_status_id', + 'participant_status_id', 'contribution_trxn_id', 'activity_type_id', 'status_id', 'activity_subject', 'contribution_page_id', + 'contribution_product_id', + 'payment_instrument_id', ); + $specialParams += preg_grep('/^custom_/', array_keys($this->_formValues)); foreach ($specialParams as $element) { $value = CRM_Utils_Array::value($element, $this->_formValues); if ($value) {