Content
View differences
Updated by Eric Schubert over 1 year ago
#### Group 1 - functionally needed filter operators ### Suggestion
* is any
* is not
#### Group 2 - feature complete filter operators
all
* is any (with descendants)
* matches the selected items and the descendants
#### Group 3 - planned filter operators for future
* is all
* only for multi-select custom fields
* descendant of
* matches only the descendants of the selected items of the filter
* ancestor of not
* is any (with ancestors) with descendants(? need better word)
* sibling of
* no sibling of
* is not (and and not descendant)
descendant
* no descendant of
* is this the same as `is not`? or should `is not` only exclude specific nodes and not (and not ancestor)
its children?
* no ancestor of
* has no is all with descendants
* is any
* is not
#### Group 2 - feature complete filter operators
* matches the selected items and the descendants
#### Group 3 - planned filter operators for future
* is all
* only for multi-select custom fields
* descendant of
* matches only the descendants of the selected items of the filter
* ancestor of
* is any (with ancestors)
* sibling of
* no sibling of
* is not (and
* is
* has no