Open
Description
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 |
Metadata
Metadata
Assignees
Labels
No labels