Skip to content

Commit bcdd1f8

Browse files
committed
meta data
1 parent 73af453 commit bcdd1f8

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

source/crud/read-operations/retrieve.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Retrieve Data
99
:values: reference
1010

1111
.. meta::
12-
:keywords: find, findOne, findMany, get, lookup
13-
:description: Learn about how to retrieve data in the {+driver-long+}.
12+
:keywords: find, findOne, findMany, get, lookup, code example
13+
:description: Learn about how to retrieve documents in the {+driver-long+}.
1414

1515
.. contents:: On this page
1616
:local:

source/crud/write-operations/delete.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Delete Documents
55
================
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: remove, clear, reset, code example
13+
:description: Learn about how to delete documents in the {+driver-long+}.
14+
715
.. contents:: On this page
816
:local:
917
:backlinks: none

source/crud/write-operations/insert.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Insert Operations
55
=================
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: add, save, code example
13+
:description: Learn about how to insert documents in the {+driver-long+}.
14+
715
.. contents:: On this page
816
:local:
917
:backlinks: none

source/crud/write-operations/modify.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Modify Documents
55
================
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: update, upsert, correct, change, code example
13+
:description: Learn about how to modify documents in the {+driver-long+}.
14+
715
.. contents:: On this page
816
:local:
917
:backlinks: none

0 commit comments

Comments
 (0)