Update operators.clj
Added count and dateToString operators.
This commit is contained in:
parent
be43faf059
commit
1a256a6033
1 changed files with 3 additions and 0 deletions
|
|
@ -320,3 +320,6 @@
|
||||||
;; EXAMPLES:
|
;; EXAMPLES:
|
||||||
;; (mgcol/update "libraries" { :language "Clojure", $isolated 1 } { $inc { :popularity 1 } } {:multi true})
|
;; (mgcol/update "libraries" { :language "Clojure", $isolated 1 } { $inc { :popularity 1 } } {:multi true})
|
||||||
(defoperator $isolated)
|
(defoperator $isolated)
|
||||||
|
|
||||||
|
(defoperator $count)
|
||||||
|
(defoperator $dateToString)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue