File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 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"
1412
1513jobs :
1614 phpcs :
Original file line number Diff line number Diff line change 1414
1515env :
1616 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"
2018
2119jobs :
2220 psalm :
Original file line number Diff line number Diff line change @@ -86,13 +86,11 @@ Vector Search indexes in one call:
8686 :end-before: end-create-multiple-indexes
8787
8888After 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:
9091
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
9694
9795.. _php-atlas-search-index-list:
9896
You can’t perform that action at this time.
0 commit comments