mongodb query of update operation and search operation

I have a schema, inside that i have a field named abc with type type: mongoose.Schema.Types.Mixed, having (key,value) pairs and i wants to search something in the values in all the enteries inside abc and update them with something else, can i do this in one query is it is possible