标签: python mongodb
result = db1.find({"$expr": {"$lt": [{"$strLenCP": "$name"}, 20]} I)
像上面的查询一样,我需要在python mongo中找到名称长度应小于20的文档。
mongo