From 1f8aefb7d84f8568a21d28e983f852d502fb6dad Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 1 Aug 2024 09:55:59 +0200 Subject: [PATCH] logs --- dbs/mongo/mongo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dbs/mongo/mongo.go b/dbs/mongo/mongo.go index 9e77173..98a8b5b 100644 --- a/dbs/mongo/mongo.go +++ b/dbs/mongo/mongo.go @@ -286,6 +286,7 @@ func (m *MongoDB) Search(filters dbs.Filters, collection_name string) (*mongo.Cu if len(orList) > 0 { f = append(f, bson.E{Key: "$or", Value: orList}) } + fmt.Println("FILTER", f) if cursor, err := targetDBCollection.Find( MngoCtx, f,