| 54 | {{{ |
| 55 | instance = S3TextFilter(field, _class="class", _size=40, _name="name") |
| 56 | }}} |
| 57 | |
| 58 | - '''field''' is a field selector (or a list of field selectors) for the field(s) to filter by |
| 59 | - '''_class''' is a custom CSS class to set for the widget |
| 60 | - '''_size''' is the input field width in characters (HTML attribute) |
| 61 | - '''_name''' is a name for the input field (HTML attribute) |
| 62 | |
| 63 | Note: if multiple strings are entered by the user, each of them (AND) must appear in any of the fields (OR) specified by the field selectors. All fields must be type "string" or "text". |