# pymongo {{tag>python mongodb}} ### gte link_doc = self.BRAND_LINK_DB.find_one( {'$and': [ {'brand_name': self.brand_name}, {'model': model}, {'updated_at': {'$gte': datetime.datetime.now() - datetime.timedelta(days=3)}} ]}, )