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{}