From 1cc08777d9764d0a6b78ad91a1b9082f3f9f3940 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Sat, 5 Aug 2023 10:54:34 +0200 Subject: [PATCH] fix(mongodb): remove ambiguity on `$graphLookup` connections --- docs/databases/mongo-db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases/mongo-db.md b/docs/databases/mongo-db.md index db214fc..d63a43d 100644 --- a/docs/databases/mongo-db.md +++ b/docs/databases/mongo-db.md @@ -722,7 +722,7 @@ db..aggregate([ Performs a recursive search on a collection, with options for restricting the search by recursion depth and query filter. -The connection between documents follows `.` => `.`. The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search) +The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search) ```sh db..aggregate([