Skip to content

Commit 9ae8c96

Browse files
committed
Document new SEARCH clause.
1 parent 0d7334d commit 9ae8c96

8 files changed

Lines changed: 924 additions & 7 deletions

File tree

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
** xref:clauses/order-by.adoc[]
3030
** xref:clauses/remove.adoc[]
3131
** xref:clauses/return.adoc[]
32+
** xref:clauses/search.adoc[]
3233
** xref:clauses/set.adoc[]
3334
** xref:clauses/listing-functions.adoc[]
3435
** xref:clauses/listing-procedures.adoc[]

modules/ROOT/pages/clauses/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ These comprise sub-clauses that must operate as part of reading clauses.
7070
m| xref::clauses/where.adoc[WHERE]
7171
| Adds constraints to the patterns in a `MATCH` or `OPTIONAL MATCH` clause or filters the results of a `WITH` clause.
7272

73+
m| xref::clauses/search.adoc[SEARCH]
74+
| A sub-clause following `MATCH` or `OPTIONAL MATCH`, filtering the results based on vector similarity.
75+
7376
m| xref::clauses/order-by.adoc[ORDER BY [ASC[ENDING\] \| DESC[ENDING\]\]]
7477
| A sub-clause following `RETURN` or `WITH`, specifying that the output should be sorted in either ascending (the default) or descending order.
7578

0 commit comments

Comments
 (0)