searcherKey property
The searcher defines the way the field is searched in Jira. For example, com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher. The search UI (basic search and JQL search) will display different operations and values for the field, based on the field searcher. You must specify a searcher that is valid for the field type, as listed below (abbreviated values shown):
cascadingselect:cascadingselectsearcherdatepicker:daterangedatetime:datetimerangefloat:exactnumberornumberrangegrouppicker:grouppickersearcherimportid:exactnumberornumberrangelabels:labelsearchermulticheckboxes:multiselectsearchermultigrouppicker:multiselectsearchermultiselect:multiselectsearchermultiuserpicker:userpickergroupsearchermultiversion:versionsearcherproject:projectsearcherradiobuttons:multiselectsearcherreadonlyfield:textsearcherselect:multiselectsearchertextarea:textsearchertextfield:textsearcherurl:exacttextsearcheruserpicker:userpickergroupsearcherversion:versionsearcher
If no searcher is provided, the field isn't searchable. However, Forge custom fields have a searcher set automatically, so are always searchable.
Implementation
final CustomFieldDefinitionJsonBeanSearcherKey? searcherKey;