Open YourTechBud opened 5 years ago
We need to let the user to set the find field manually. We can have a function named rawWhere similar to where which accepts a Map and sets it as the find clause directly (after converting it to JSON)
rawWhere
where
We need to let the user to set the find field manually. We can have a function named
rawWhere
similar towhere
which accepts a Map and sets it as the find clause directly (after converting it to JSON)