比较符号
python
results = collection.find({'age': {'$gt': 20}})
功能符号
python
results = collection.find({'name': {'$regex': '^M.*'}})