Description

Creates an advanced search input field. Must be used within a <search:advanced> tag. The input value will be set as the filter value for the field specified.

Usage

as element:
<advanced:text
       field="{string}"
       label="{string}"
       placeholder="{string}"
       multiple>
</advanced:text>

Parameters

ParamTypeDetails
fieldstringThe field to apply the filter to.
labelstringThe input label.
placeholderstringThe input placeholder.
multiplebooleanAllows additional input fields to be created by the user. Default true.