v7.1.1 Edit file and could not query back
Cannot Reproduce
Hi,
I have metadata in file that is ObjectId like this :
metadata : {
"_id" : ObjectId("61aae7de1b096202ad506ccf"),
"original_name" : "1638590098138.png",
}
when I edit file by upload a new file then I could not query back with this query:
db.getCollection("attachments.files").find({
"metadata._id" : ObjectId("61aae7de1b096202ad506ccf"),
}).sort({_id:-1})
But I could query with anything else beside ObjectId.
NosqlBooster Version 7.1.1
pls check it.
If you are reporting a bug, please use "Menu->Help->Feedback/Support-> Bug Report" to send your bug report.
If you are reporting a bug, please use "Menu->Help->Feedback/Support-> Bug Report" to send your bug report.
Replies have been locked on this page!