Image with the database example
大家好,我很难选择名称=“服装” 我已经尝试过.find和element Match但我无法使其工作... 有人可以帮忙吗?
答案 0 :(得分:0)
语法应为prime factors
阅读mongodb文档,太好了!
https://docs.mongodb.com/manual/reference/method/db.collection.find/
答案 1 :(得分:-1)
我看到您的数据中有尾随空格。修剪后尝试查找,也可以使用regex .find({“ name”:/.Clothing./})尝试通配符。