如何查找mongo字符串字段值应小于python中的某些值

时间:2018-11-30 10:40:44

标签: python mongodb

 result = db1.find({"$expr": {"$lt": [{"$strLenCP": "$name"}, 20]} I)

像上面的查询一样,我需要在python mongo中找到名称长度应小于20的文档。

0 个答案:

没有答案