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,