This commit is contained in:
Michael Klishin 2014-02-08 19:00:43 +04:00
parent 04d92f35cd
commit 409b13a9fb

View file

@ -1,4 +1,4 @@
;; Copyright (c) 2011-2012 Michael S. Klishin
;; Copyright (c) 2011-2014 Michael S. Klishin
;; Copyright (c) 2012 Toby Hede
;;
;; The use and distribution terms for this software are covered by the
@ -97,4 +97,4 @@
([^String collection query]
(monger.core/command {"text" collection "search" query}))
([^DB database ^String collection query]
(monger.core/command database {"text" collection "search" query})))
(monger.core/command database {"text" collection "search" query})))