operator docs
This commit is contained in:
parent
f3aadc7670
commit
c723f2a36f
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ Many mongo queries take operators like `$eq` and `$gt`. These are exposed in the
|
|||
(mc/find db "test" {:a {$gt 3}})
|
||||
|
||||
;; This is equivalent to, but with less chance of error than:
|
||||
(mc/find db "test" {:a {:$gt 3}})
|
||||
(mc/find db "test" {:a {"$gt" 3}})
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in a new issue