<atlassian-plugin key="jira.plugin.portlets.customfield.search" name="Custom Field Search">

  <plugin-info>
    <description>Plugin for better searching of Custom Fields in Jira.</description>
    <version>1.0</version>
    <application-version min="3.5" max="3.11"/>
    <vendor name="Matt Doar" url="http://www.pobox.com/~doar"/>
  </plugin-info>
 
    <customfield-searcher key="enhancedtextsearcher" name="Enhanced Free Text Searcher"
        class="plugins.EnhancedFreeTextSearcher">
        <description>Search for values using a free text search. The keyword "none" is also supported.</description>

        <resource type="velocity" name="search" location="templates/plugins/fields/edit-searcher/search-basictext.vm"/>
        <resource type="velocity" name="view" location="templates/plugins/fields/view-searcher/view-searcher-basictext.vm"/>
        <valid-customfield-type package="com.atlassian.jira.plugin.system.customfieldtypes" key="textfield"/>
        <valid-customfield-type package="com.atlassian.jira.plugin.system.customfieldtypes" key="textarea"/>
        <valid-customfield-type package="com.atlassian.jira.plugin.system.customfieldtypes" key="readonlyfield"/>
    </customfield-searcher>

</atlassian-plugin>
