Hi @david.pinn,
I’ve created my own search template search-multiselect-company.vm under /templates/fields/searchers/ folder and I’ve only put a hardcoded value inside it : testValue just to see if this is being triggered.
I have added it in my atlassian-plugin.xml:
<customfield-searcher key="crm-company-searcher" name="CRM Company Searcher" i18n-name-key="customfield.searcher.crm-company.name" class="com.murex.plugin.jira.customfields.searchers.CRMCompanySearcher">
<description key="customfield.searcher.crm-company.description">Allow searching for a company name</description>
<resource type="velocity" name="search" location="/templates/fields/searchers/search-multiselect-company.vm"/>
<valid-customfield-type package="${project.groupId}.${project.artifactId}" key="crm-company"/>
</customfield-searcher>
But, when trying to search for this custom field in issue navigator, I didn’t get “testValue” word after the operator “=”.

Did I miss something?
thank you,
Rosy