class ActiveAdmin::Inputs::FilterStringInput
def to_html
If the filter method includes a search condition, build a normal string search field.
def to_html if @object.respond_to? method input_wrapping do label_html << builder.text_field(method, input_html_options) end else super # SearchMethodSelect#to_html end end