@@ -67,22 +67,32 @@ Read and Write Data
67
67
68
68
Learn how to find, update, and delete data in the :ref:`<php-crud-operations>` section.
69
69
70
- Operations with Builders
71
- ------------------------
70
+ Transform Your Data with Aggregation
71
+ ------------------------------------
72
+
73
+ Learn how to use the {+library-short+} to perform aggregation operations in the
74
+ :ref:`php-aggregation` section.
75
+
76
+ Data Formats
77
+ ------------
72
78
73
- Learn how to use builder classes and factory methods to create queries
74
- in the :ref:`php-builders ` section.
79
+ Learn how to work with specialized data formats and custom types in the
80
+ :ref:`php-data-formats ` section.
75
81
76
82
Run a Database Command
77
83
----------------------
78
84
79
85
Learn how to run a database command in the :ref:`php-run-command` section.
80
86
81
- Transform Your Data with Aggregation
82
- ------------------------------------
87
+ Atlas Search
88
+ ------------
83
89
84
- Learn how to use the {+library-short+} to perform aggregation operations in the
85
- :ref:`php-aggregation` section.
90
+ Learn how to run Atlas Search queries in the :ref:`<php-atlas-search>` section.
91
+
92
+ Atlas Vector Search
93
+ -------------------
94
+
95
+ Learn how to run Atlas Vector Search queries in the :ref:`<php-vector-search>` section.
86
96
87
97
Optimize Queries with Indexes
88
98
-----------------------------
@@ -102,12 +112,6 @@ Secure Your Data
102
112
Learn about ways you can authenticate your application and encrypt your data in
103
113
the :ref:`php-security` section.
104
114
105
- Data Formats
106
- ------------
107
-
108
- Learn how to work with specialized data formats and custom types in the
109
- :ref:`php-data-formats` section.
110
-
111
115
Reference
112
116
---------
113
117
0 commit comments