getFilter
Updated pdexter 2022-10-22
Function to return the ElasticSearch query filter used by an instance of a grid or related field component.
(client-side function)
Syntax
value = ft3.getFilter(field-name);
Part | Description |
---|---|
field-name | the name of the field to interrogate, single-quoted |
Example
var oldFilter = ft3.getFilter('gridWidgets');