How to sum values based on regex value together with few other fields?

前端 未结 0 1110
耶瑟儿~
耶瑟儿~ 2021-01-20 00:02

I have schema containing text field and few other array type fields.

const MySchema = new Schema({
  user: {
    type: String,
  },
  text: {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题