<!-- Please use this issue tracker for bugs and feature requests only. In case you need support please use one of Yii communities listed at https://github.com/yiisoft/yii2/wiki/communities --> ### What steps will reproduce the problem? ``` $book = Book::find()->where(['=', 'status'. 'publish')->rawQuery(); ``` ### What's expected? ``` db.getCollection("book").find({ "status": "publish" }); ``` ### What do you get instead? ### Additional info | Q | A | ---------------------- | --- | Yii version | 2.0.14 | Yii MongoDB version | 2.1 | MongoDB server version | 5.0.6-5 | PHP version | 7.4 | Operating system | windows