-
-
Notifications
You must be signed in to change notification settings - Fork 72
Basic action
The following list details the basic actions available in the graph to create a query:
- Select value
- Remove selection
- Add relation
- Delete relation
- Create And constraints
- Create Or constraints
- Negate a node
- Next value
To select a value, click on a node and select the desired value.
⬇️
⬇️
To remove a selection RIGHT CLICK on the node containing the desired value. If the node contains multiple value the last one will be removed first.
⬇️
⬇️
To add relations on a node, click on the desired relation around the node.
To delete a relation click on the link corresponding to the relation. If the node contains additional relation the full branch is removed.
To perform a AND between values, add several relations and choose the value for each relation added.
⬇️
⬇️
⬇️
To perform a OR between values, add several value on the same node.
⬇️
⬇️
⬇️
To perform a NOT on a value or a relation, use CTRL + Click on the desired node, if one or more value is selected the negation will target the value, if no value is selected it will filter all node having the relation. Use CTRL + Click again on the node to cancel the negation.
⬇️
⬇️
To navigate into the values, click on the arrow to show next/previous value page.