Update filtering.md

pull/283/head
Arijit Basu 3 years ago committed by GitHub
parent 9c144c0f30
commit 05272a6575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ rel!^. [i]abs=~abc [i]rel!~xyz
This line means that the nodes visible on the table will first be filtered by This line means that the nodes visible on the table will first be filtered by
the condition: *relative path does not start with `.`*, then by the condition: the condition: *relative path does not start with `.`*, then by the condition:
*absolute path contains `abc` (case insensitive)*, and finally by the *absolute path contains `abc` (case insensitive)*, and finally by the
condition: *relative path does not contain `xyz`*. condition: *relative path does not contain `xyz`* (case insensitive).
Each part of this pipeline is called [Node Filter Applicable](#node-filter-applicable). Each part of this pipeline is called [Node Filter Applicable](#node-filter-applicable).

Loading…
Cancel
Save