From 05272a6575566c7faba3bb0a56248a38f674f9ad Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Thu, 24 Jun 2021 22:22:18 +0530 Subject: [PATCH] Update filtering.md --- docs/en/src/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/filtering.md b/docs/en/src/filtering.md index e84a6b5..dd07911 100644 --- a/docs/en/src/filtering.md +++ b/docs/en/src/filtering.md @@ -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 the condition: *relative path does not start with `.`*, then by the condition: *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).