Add filter conversion

This commit is contained in:
George Suntres
2026-04-11 14:10:31 -04:00
parent cca6601bea
commit b4679a154f
3 changed files with 104 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ func (c *MongoClient) CreateIndexes(collection *mongo.Collection, cdef *Collecti
var keysBson bson.D
if err := bson.Unmarshal(keysVal.Value, &keysBson); err != nil {
log.Printf("failed to unmarshal keys value %v", err)
log.Printf("failed to unmarshal keys value %v, %v", keysVal, err)
continue
}