Atlas search array of objects

前端 未结 0 1998
遇见更好的自我
遇见更好的自我 2021-01-02 01:56

I have the following schema:

{
   name: String,
   phones: [
        {
            number: String,
            type: String
        }
   ]
}

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