Skip to content

Commit

Permalink
Docunment tag and filter new constraints and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Serafimov committed Feb 4, 2019
1 parent dfdc20e commit 36bed57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ the name of its parent.
(`A-Z`, `a-z`), or underscores (`_`).
- For any given query, all `tag_name` values must be unique.
- Cannot be applied to property fields within a scope marked `@fold`.
- Using a `@tag` and a `@filter` that references the tag within the same vertex is allowed,
so long as the two not appear on the exact same property field.

### @filter

Expand Down Expand Up @@ -427,6 +429,9 @@ as `@filter` parameters, for several reasons:
having the filter at all;
- using `@filter(op_name: "between", value: ["$lower", "%from_optional"])` is equivalent to
`@filter(op_name: ">=", value: ["$lower"])`.
- Using a `@tag` and a `@filter` that references the tag within the same vertex is allowed,
so long as the two not appear on the exact same property field.


### @recurse

Expand Down

0 comments on commit 36bed57

Please sign in to comment.