From 9d751b12e2a96a2d8a6b98531fa186c996a8069b Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 22 May 2025 10:02:29 -0400 Subject: [PATCH] DOCSP-49825: sort 404 --- source/crud/query-documents/find.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/crud/query-documents/find.txt b/source/crud/query-documents/find.txt index 1966c5f21..4dc0f3933 100644 --- a/source/crud/query-documents/find.txt +++ b/source/crud/query-documents/find.txt @@ -10,7 +10,7 @@ Find Documents .. meta:: :keywords: find, findOne, findMany, get, lookup, code example - :description: Learn about how to retrieve documents in the {+driver-long+}. + :description: Learn about how to retrieve documents in the Java Sync Driver. .. contents:: On this page :local: @@ -196,8 +196,12 @@ Server Manual Entries ~~~~~~~~~~~~~~~~~~~~~ - :manual:`Collections ` + - :manual:`Query Documents ` + - :manual:`Aggregation ` - - :manual:`$sort ` - - :manual:`$limit ` -- :manual:`Aggregation stages ` + + - :manual:`$sort ` + - :manual:`$limit ` + +- :manual:`Aggregation Stages `