Skip to content

Commit

Permalink
explorer220 filtering (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Feb 10, 2022
1 parent 27a313f commit 00af9a1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs-2.0/nebula-explorer/node-filtering.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 00af9a1

Please sign in to comment.