
db.getCollection('jiangsu').find({"content.title":{$regex:/婚/}}).count()

代码查询时用另外的语句

多个字段同时满足的查询:
db.getCollection('anhui').find({"content.title":{$regex:/离婚纠纷/},"content.judgementType":"判决"})

Studio 3T工具可以将部分查询的数据导出。 右击,选择export

o
db.getCollection('jiangsu').find({"content.title":{$regex:/婚/}}).count()
代码查询时用另外的语句
多个字段同时满足的查询:
db.getCollection('anhui').find({"content.title":{$regex:/离婚纠纷/},"content.judgementType":"判决"})
Studio 3T工具可以将部分查询的数据导出。 右击,选择export