From 0d831df793325d969d8d4b694d60f4ea73291d99 Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 10 Jun 2025 13:44:11 -0400 Subject: [PATCH] DOCSP-49745: geoNear manual link --- source/whats-new.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 21ed81e6..39a41557 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -57,7 +57,9 @@ improvements, and fixes: - Adds support for the ``KeyValuePair.Create()`` LINQ method. - Adds the ``GeoNear()`` aggregation builder method to construct a - ``$geoNear`` aggregation stage. + ``$geoNear`` aggregation stage. To view examples, see the + :manual:`$geoNear ` + reference in the {+mdb-server+} manual. - Supports casting from an interface to a type that implements that interface in LINQ queries.