Poolstok / MongoDB

Wrapper library around mongolite to improve ease of use
0 stars 0 forks source link

MongoDB: Method for searching based on ID #7

Closed Milko-B closed 2 months ago

Milko-B commented 2 months ago

MongoDB calls for some specialised way to query based on object ID x in the form of

query = { "_id" : {$oid : x } }

The private method CreateFilterQuery needs to be adapted to handle this.