diff --git a/docs-2.0/nebula-explorer/node-filtering.md b/docs-2.0/nebula-explorer/node-filtering.md new file mode 100644 index 00000000000..48d9038585f --- /dev/null +++ b/docs-2.0/nebula-explorer/node-filtering.md @@ -0,0 +1,22 @@ +# Vertex Filter + +The Vertex Filter helps you filter the vertices displayed on the canvas by one or more sets of filtering conditions. The filtering conditions include Tag, Property, Operator, and Value. + +!!! note + + Each set of filter conditions is only for the data with the target tag. If the conditions are met, the corresponding vertices will be automatically selected. If the conditions are not met, the color of the corresponding vertices will turn gray. The vertices with other tags are not affected. + +## Prerequisite + +Make sure that there are vertices on the canvas. For more information, see [Start query](ex-ug-query-exploration.md). + +## Example + +The following steps are for filtering players older than 33 years old. + +1. In the left navigation bar, click **Vertex Filter** ![node-filter](figs/nav-filter.png). +2. Click **Add New Filter** and then fill in the following values as shown below. +3. (Optional) Repeat the second step to add multiple filtering conditions. +4. Turn on the **Apply Filter** button. + +![vertex filtering](figs/node-filtering.png)