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))

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function