2
unknown operator: $or
오류가 발생하며 그 이유를 알 수 없습니다.
vc := &storers.VCategory{}
err = mndb.
C("virtualcategoryprototypes").
Find(bson.M{
"children": nil,
"deleted_by": nil,
"indexCycleNo": bson.M{"$or": []bson.M{
bson.M{"$exists": false},
bson.M{"$lt": cycle}}}}).
One(vc)
이러한 간단한 오류 및 나는 여기서 3 시간 이상을 알아 내려고 노력하고있다. 고맙습니다. – Lupus