Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean redundant clause #31

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypher/call.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "CALL clause"
title: "CALL"
nav_order: 16
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/create.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "CREATE clause"
title: "CREATE"
nav_order: 8
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/delete.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "DELETE clause"
title: "DELETE"
nav_order: 9
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/foreach.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "FOREACH clause"
title: "FOREACH"
nav_order: 15
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Index"
title: "Indexing"
nav_order: 20
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/limit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "LIMIT clause"
title: "LIMIT"
nav_order: 7
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
4 changes: 2 additions & 2 deletions cypher/match.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "MATCH clause"
title: "MATCH"
nav_order: 1
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
parent: "Cypher Language"
---

# MATCH clause
# MATCH

Match describes the relationship between queried entities, using ascii art to represent pattern(s) to match against.

Expand Down
2 changes: 1 addition & 1 deletion cypher/merge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "MERGE clause"
title: "MERGE"
nav_order: 11
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/optional_match.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "OPTIONAL MATCH clause"
title: "OPTIONAL MATCH"
nav_order: 2
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/order_by.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "ORDER BY clause"
title: "ORDER BY"
nav_order: 5
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/return.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "RETURN clause"
title: "RETURN"
nav_order: 4
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/set.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SET clause"
title: "SET"
nav_order: 10
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/skip.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SKIP clause"
title: "SKIP"
nav_order: 6
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/union.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "UNION clause"
title: "UNION"
nav_order: 13
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/unwind.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "UNWIND clause"
title: "UNWIND"
nav_order: 14
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/where.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "WHERE clause"
title: "WHERE"
nav_order: 3
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/with.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "WITH clause"
title: "WITH"
nav_order: 12
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
Loading