From 822aa2aa82232d3ea9321de9646144e87da45df5 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Wed, 17 Jan 2024 00:23:07 +0100 Subject: [PATCH] Improve lead paragraphs of the AQL UPDATE and REPLACE operations --- site/content/3.10/aql/high-level-operations/replace.md | 4 ++-- site/content/3.10/aql/high-level-operations/update.md | 4 ++-- site/content/3.11/aql/high-level-operations/replace.md | 4 ++-- site/content/3.11/aql/high-level-operations/update.md | 4 ++-- site/content/3.12/aql/high-level-operations/replace.md | 4 ++-- site/content/3.12/aql/high-level-operations/update.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/content/3.10/aql/high-level-operations/replace.md b/site/content/3.10/aql/high-level-operations/replace.md index 85226944c0..5872bbf00b 100644 --- a/site/content/3.10/aql/high-level-operations/replace.md +++ b/site/content/3.10/aql/high-level-operations/replace.md @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL' menuTitle: REPLACE weight: 60 description: >- - You can use `REPLACE` operations to replace documents in a collection by - replacing all their attributes except the document keys, IDs, and revisions + The `REPLACE` operation removes all attributes of a document and sets the + given attributes, excluding immutable system attributes archetype: default --- Each `REPLACE` operation is restricted to a single collection, and the diff --git a/site/content/3.10/aql/high-level-operations/update.md b/site/content/3.10/aql/high-level-operations/update.md index 9b8369dd44..d091f1877c 100644 --- a/site/content/3.10/aql/high-level-operations/update.md +++ b/site/content/3.10/aql/high-level-operations/update.md @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL' menuTitle: UPDATE weight: 55 description: >- - You can use `UPDATE` operations to partially update documents in a collection - by adding or updating specific attributes + The `UPDATE` operation partially modifies a document with the given attributes, + by adding new and updating existing attributes archetype: default --- Each `UPDATE` operation is restricted to a single collection, and the diff --git a/site/content/3.11/aql/high-level-operations/replace.md b/site/content/3.11/aql/high-level-operations/replace.md index 6878eb3ea9..bc96d97736 100644 --- a/site/content/3.11/aql/high-level-operations/replace.md +++ b/site/content/3.11/aql/high-level-operations/replace.md @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL' menuTitle: REPLACE weight: 60 description: >- - You can use `REPLACE` operations to replace documents in a collection by - replacing all their attributes except the document keys, IDs, and revisions + The `REPLACE` operation removes all attributes of a document and sets the + given attributes, excluding immutable system attributes archetype: default --- Each `REPLACE` operation is restricted to a single collection, and the diff --git a/site/content/3.11/aql/high-level-operations/update.md b/site/content/3.11/aql/high-level-operations/update.md index 5b6a9dc698..1152ebc56c 100644 --- a/site/content/3.11/aql/high-level-operations/update.md +++ b/site/content/3.11/aql/high-level-operations/update.md @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL' menuTitle: UPDATE weight: 55 description: >- - You can use `UPDATE` operations to partially update documents in a collection - by adding or updating specific attributes + The `UPDATE` operation partially modifies a document with the given attributes, + by adding new and updating existing attributes archetype: default --- Each `UPDATE` operation is restricted to a single collection, and the diff --git a/site/content/3.12/aql/high-level-operations/replace.md b/site/content/3.12/aql/high-level-operations/replace.md index 6878eb3ea9..bc96d97736 100644 --- a/site/content/3.12/aql/high-level-operations/replace.md +++ b/site/content/3.12/aql/high-level-operations/replace.md @@ -3,8 +3,8 @@ title: '`REPLACE` operation in AQL' menuTitle: REPLACE weight: 60 description: >- - You can use `REPLACE` operations to replace documents in a collection by - replacing all their attributes except the document keys, IDs, and revisions + The `REPLACE` operation removes all attributes of a document and sets the + given attributes, excluding immutable system attributes archetype: default --- Each `REPLACE` operation is restricted to a single collection, and the diff --git a/site/content/3.12/aql/high-level-operations/update.md b/site/content/3.12/aql/high-level-operations/update.md index 5b6a9dc698..1152ebc56c 100644 --- a/site/content/3.12/aql/high-level-operations/update.md +++ b/site/content/3.12/aql/high-level-operations/update.md @@ -3,8 +3,8 @@ title: '`UPDATE` operation in AQL' menuTitle: UPDATE weight: 55 description: >- - You can use `UPDATE` operations to partially update documents in a collection - by adding or updating specific attributes + The `UPDATE` operation partially modifies a document with the given attributes, + by adding new and updating existing attributes archetype: default --- Each `UPDATE` operation is restricted to a single collection, and the