OperationFailure: Unknown type name alias: moviename, full error: {'ok': 0.0, 'errmsg': 'Unknown type name alias: moviename', 'code': 2, 'codeName': 'BadValue'}
type = db.col.find({'type': {'$type':'moviename'} }) for item in type: pprint.pprint(item)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)