Skip to content

Document edge type filtering in MATCH queries - #17

Merged
rjb32 merged 1 commit into
mainfrom
docs-edge-type-filtering
Aug 19, 2026
Merged

Document edge type filtering in MATCH queries#17
rjb32 merged 1 commit into
mainfrom
docs-edge-type-filtering

Conversation

@rjb32

@rjb32 rjb32 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Adds edge type filtering to the two query docs pages.

query/cypher_subset.mdx

  • Basics now mentions edge types alongside node labels ([e:FRIENDS_WITH]), plus a matching Summary bullet.
  • New short Filtering on edge types section: anonymous typed edge, named typed edge returning a property, and one type per hop — closing with the single-edge-type rule and CALL db.edgeTypes().

query/cheatsheet.mdx

  • Edge types added to the pattern legend.
  • Compact Edge type filtering block with the same examples.

All snippets were run against a local TuringDB instance and return the expected rows.

🤖 Generated with Claude Code

Add short examples of the [:EDGE_TYPE] syntax to the Query Language page
and the cheatsheet, and note that an edge carries exactly one edge type.
@rjb32
rjb32 force-pushed the docs-edge-type-filtering branch from a76e3f5 to a9df5eb Compare August 19, 2026 14:44
@rjb32
rjb32 merged commit fa9d121 into main Aug 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant