def
func:parseFilter
parseFilter(val, checked: true)
Parse a filter string into a Filter
instance. The resulting filter can then be used with read()
, readAll()
, filter()
, or filterToFunc()
.
Example:
str: "point and kw" readAll(parseFilter(str))