File tree 3 files changed +6
-12
lines changed
3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
PHP_VERSION : " 8.2"
11
- # TODO: change to "stable" once 1.20.0 is released
12
- # DRIVER_VERSION: "stable"
13
- DRIVER_VERSION : " mongodb/mongo-php-driver@master"
11
+ DRIVER_VERSION : " stable"
14
12
15
13
jobs :
16
14
phpcs :
Original file line number Diff line number Diff line change 14
14
15
15
env :
16
16
PHP_VERSION : " 8.2"
17
- # TODO: change to "stable" once 1.20.0 is released
18
- # DRIVER_VERSION: "stable"
19
- DRIVER_VERSION : " mongodb/mongo-php-driver@master"
17
+ DRIVER_VERSION : " stable"
20
18
21
19
jobs :
22
20
psalm :
Original file line number Diff line number Diff line change @@ -86,13 +86,11 @@ Vector Search indexes in one call:
86
86
:end-before: end-create-multiple-indexes
87
87
88
88
After you create Atlas Search or Atlas Vector Search indexes, you can
89
- perform the corresponding query types on your documents.
89
+ perform the corresponding query types on your documents. To learn more,
90
+ see the following guides:
90
91
91
- ..
92
- TODO uncomment when https://github.com/mongodb/docs-php-library/pull/197 is merged
93
- To learn more, see the following guides:
94
- - :ref:`php-atlas-search`
95
- - :ref:`php-vector-search`
92
+ - :ref:`php-atlas-search` guide
93
+ - :ref:`php-vector-search` guide
96
94
97
95
.. _php-atlas-search-index-list:
98
96
You can’t perform that action at this time.
0 commit comments