logs
This commit is contained in:
parent
745e175da4
commit
1f8aefb7d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user