advanced:text
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
Param | Type | Details |
---|---|---|
field | string | The field to apply the filter to. |
label | string | The input label. |
placeholder | string | The input placeholder. |
multiple | boolean | Allows additional input fields to be created by the user. Default true. |