Hello,
Are we allowed to use MongoDB operators like $exists, $gt, $in $nin, etc. on system and other collections ?
Best Regards
I found the answer to this question. It seems Strict MongoDB Extended JSON is used, so to query _id using $in is a bit more complicated.
Milutin Cumic
Hello,
Are we allowed to use MongoDB operators like $exists, $gt, $in $nin, etc. on system and other collections ?
Best Regards