Skip to content

Commit a722a13

Browse files
DOCSP-36041 Backport DOCSP-16072 doc for new Search Sequential Pagination attribute (#5833) (#6064)
* DOCSP-16072 doc for new Search Sequential Pagination attribute (#5833) * DOCSP-16072 doc for new Search Sequential Pagination attribute * Update source/includes/fact-meta-syntax.rst Co-authored-by: Jeff Allen <jeffrey.allen@10gen.com> * DOCSP-16072 fix for broken link --------- Co-authored-by: Jeff Allen <jeffrey.allen@10gen.com> * DOCSP-36041 add minor version * DOCSP-36041 updates for staging issue * Apply suggestions from code review Co-authored-by: Jeff Allen <jeffrey.allen@10gen.com> --------- Co-authored-by: Jeff Allen <jeffrey.allen@10gen.com>
1 parent 6be74fe commit a722a13

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

source/includes/fact-meta-syntax.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ The |meta-object| expression can specify the following values as the
4141

4242
.. versionadded:: 4.4
4343

44-
4544
:atlas:`MongoDB Atlas Search </full-text-search>` provides
4645
additional ``$meta`` keywords, such as:
4746

48-
- :atlas:`"searchScore" </reference/full-text-search/scoring>` and
49-
50-
- :atlas:`"searchHighlights"
51-
</reference/full-text-search/highlighting>`.
47+
- :atlas:`"searchScore" </atlas-search/scoring>`
48+
- :atlas:`"searchHighlights" </atlas-search/highlighting>`
49+
- :atlas:`"searchSequenceToken" </atlas-search/paginate-results>`
50+
(*Available starting in MongoDB 7.0.5 and 6.0.13*)
5251

5352
Refer to the Atlas Search documentation for details.

source/reference/operator/aggregation/meta.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Definition
3333
- ``"textScore"``
3434
- ``"indexKey"``
3535
- ``"searchScore"``
36-
- ``"searchHighlights"``
36+
- ``"searchHighlights"`` (*Available starting in MongoDB 7.0.5 and 6.0.13*)
3737

3838
Behavior
3939
--------

0 commit comments

Comments
 (0)