Skip to content
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
6 changes: 3 additions & 3 deletions modules/ROOT/pages/clauses/call.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CALL dbms.checkConfigValue('server.bolt.enabled', 'true')
| "valid" | "message"
| true | "requires restart"

1+d|Rows: 2
2+d|Rows: 2
|===

====
Expand Down Expand Up @@ -118,7 +118,7 @@ CALL dbms.checkConfigValue($setting, $value)
| "valid" | "message"
| true | "requires restart"

1+d|Rows: 2
2+d|Rows: 2
|===

[NOTE]
Expand Down Expand Up @@ -153,7 +153,7 @@ CALL dbms.checkConfigValue($setting, 'true')
| "valid" | "message"
| true | "requires restart"

1+d|Rows: 2
2+d|Rows: 2
|===

====
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clauses/where.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ For more information, see the section about the xref:syntax/operators.adoc#match
| 'Andy'
| 'Timothy'
| 'Peter'
2+|Rows: 1
1+|Rows: 3
|===

Note that the `IS NORMALIZED` operator returns `null` when used on a non-`STRING` value.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/aggregating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The `Guy Pearce` node will, therefore, get counted twice when not using `DISTINC

| friendOfFriend.name | count(friendOfFriend) | count(ALL friendOfFriend) | count(DISTINCT friendOfFriend)
| "Guy Pearce" | 2 | 2 | 1
2+d|Rows: 1
4+d|Rows: 1

|===

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/syntax/operators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ RETURN "the \u212B char" IS NORMALIZED AS normalized
|===
| normalized
| false
2+|Rows: 1
1+|Rows: 1
|===

Because the given `STRING` contains a non-normalized Unicode character (`\u212B`), `false` is returned.
Expand All @@ -632,7 +632,7 @@ RETURN "the \u212B char" IS NOT NORMALIZED AS notNormalized
|===
| notNormalized
| true
2+|Rows: 1
1+|Rows: 1
|===

Because the given `STRING` contains a non-normalized Unicode character (`\u212B`), and is not normalized, `true` is returned.
Expand Down
1 change: 0 additions & 1 deletion modules/ROOT/pages/values-and-types/temporal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ For more information, see the xref::values-and-types/temporal.adoc#cypher-tempor
|
|
|
|

|===

Expand Down
7 changes: 0 additions & 7 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ ui:
urls:
html_extension_style: indexify

antora:
extensions:
- require: "@neo4j-antora/antora-modify-sitemaps"
sitemap_version: '2025'
sitemap_loc_version: 'current'
move_sitemaps_to_components: true

asciidoc:
extensions:
- "@neo4j-documentation/remote-include"
Expand Down
Loading