Skip to content

Commit a61d57b

Browse files
authored
Improve lead paragraphs of the AQL UPDATE and REPLACE operations (#432)
1 parent 50d778c commit a61d57b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

site/content/3.10/aql/high-level-operations/replace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33
menuTitle: REPLACE
44
weight: 60
55
description: >-
6-
You can use `REPLACE` operations to replace documents in a collection by
7-
replacing all their attributes except the document keys, IDs, and revisions
6+
The `REPLACE` operation removes all attributes of a document and sets the
7+
given attributes, excluding immutable system attributes
88
archetype: default
99
---
1010
Each `REPLACE` operation is restricted to a single collection, and the

site/content/3.10/aql/high-level-operations/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33
menuTitle: UPDATE
44
weight: 55
55
description: >-
6-
You can use `UPDATE` operations to partially update documents in a collection
7-
by adding or updating specific attributes
6+
The `UPDATE` operation partially modifies a document with the given attributes,
7+
by adding new and updating existing attributes
88
archetype: default
99
---
1010
Each `UPDATE` operation is restricted to a single collection, and the

site/content/3.11/aql/high-level-operations/replace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33
menuTitle: REPLACE
44
weight: 60
55
description: >-
6-
You can use `REPLACE` operations to replace documents in a collection by
7-
replacing all their attributes except the document keys, IDs, and revisions
6+
The `REPLACE` operation removes all attributes of a document and sets the
7+
given attributes, excluding immutable system attributes
88
archetype: default
99
---
1010
Each `REPLACE` operation is restricted to a single collection, and the

site/content/3.11/aql/high-level-operations/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33
menuTitle: UPDATE
44
weight: 55
55
description: >-
6-
You can use `UPDATE` operations to partially update documents in a collection
7-
by adding or updating specific attributes
6+
The `UPDATE` operation partially modifies a document with the given attributes,
7+
by adding new and updating existing attributes
88
archetype: default
99
---
1010
Each `UPDATE` operation is restricted to a single collection, and the

site/content/3.12/aql/high-level-operations/replace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL'
33
menuTitle: REPLACE
44
weight: 60
55
description: >-
6-
You can use `REPLACE` operations to replace documents in a collection by
7-
replacing all their attributes except the document keys, IDs, and revisions
6+
The `REPLACE` operation removes all attributes of a document and sets the
7+
given attributes, excluding immutable system attributes
88
archetype: default
99
---
1010
Each `REPLACE` operation is restricted to a single collection, and the

site/content/3.12/aql/high-level-operations/update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL'
33
menuTitle: UPDATE
44
weight: 55
55
description: >-
6-
You can use `UPDATE` operations to partially update documents in a collection
7-
by adding or updating specific attributes
6+
The `UPDATE` operation partially modifies a document with the given attributes,
7+
by adding new and updating existing attributes
88
archetype: default
99
---
1010
Each `UPDATE` operation is restricted to a single collection, and the

0 commit comments

Comments
 (0)