Merge pull request #164 from amitvshah25/patch-1

Update operators.clj
This commit is contained in:
Michael Klishin 2018-02-15 03:28:17 +03:00 committed by GitHub
commit 002b91d5e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)