<kendo:grid-search-field>
Defines a list of fields which will be included in the search. If values for the property are not defined the grid will search in all column fields.
Example
<kendo:grid-search-fields>
<kendo:grid-search-field></kendo:grid-search-field>
</kendo:grid-search-fields>
Configuration Attributes
name java.lang.String
Defines the name of the field to be included in the search
Example
<kendo:grid-search-field name="name">
</kendo:grid-search-field>
operator java.lang.String
Defines the operator for the field to be used in the filter expression: filter. #### Example - specify which fields will be included in the search
Example
<kendo:grid-search-field operator="operator">
</kendo:grid-search-field>