Important: This repo has been moved to: https://lab.civicrm.org/extensions/quicksearch
Customize CiviCRM's QuickSearch
- Hide Contact's basic fields that are not normally used in a quicksearch
- Add custom fields in the QuickSearch
The extension is licensed under AGPL-3.0.
- PHP v5.6+ / PHP v7.0+
- CiviCRM 4.7+ / 5.0+
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl com.ixiam.modules.quicksearch@https://github.com/ixiam/com.ixiam.modules.quicksearch/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/ixiam/com.ixiam.modules.quicksearch.git
cv en quicksearch
- Install the extension
- Go to the Menu Administer / Customize Data and Screens / QuickSearch Settings or url civicrm/admin/quicksearch
- Disable basic fields to hide add custom fields to be shown in quicksearch. Only custom fields defined as Is Searcheable are available to be selected
- Save and start quicksearching!
- When searching by custom field after entering a text, if the user presses enter, the next page is the Advanced Search, but without the filters populated as expected. It works with basic fields. Issue #2