From b388e43f30a443c1d084dafe72a25bf0ec51b787 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 28 Nov 2024 12:51:23 +0100 Subject: [PATCH] some --- dbs/mongo/mongo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbs/mongo/mongo.go b/dbs/mongo/mongo.go index fc82c88..08ad1b7 100644 --- a/dbs/mongo/mongo.go +++ b/dbs/mongo/mongo.go @@ -289,7 +289,7 @@ func (m *MongoDB) Search(filters *dbs.Filters, collection_name string) (*mongo.C } opts := options.Find() opts.SetLimit(100) - fmt.Println("Filters: ", CollectionMap) + fmt.Println("Filters: ", CollectionMap, collection_name) targetDBCollection := CollectionMap[collection_name] orList := bson.A{} andList := bson.A{}