We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typesense.client/multi-search
1 parent 4b53a32 commit 2c25ddaCopy full SHA for 2c25dda
src/typesense/client.clj
@@ -139,7 +139,7 @@
139
140
(defn multi-search
141
"Search for documents in multiple collections."
142
- [settings search-reqs common-search-params & opt-query-params]
+ [settings search-reqs common-search-params & {:as opt-query-params}]
143
(try-typesense-api
144
(let [{:keys [uri req]} (api/multi-search-req settings search-reqs common-search-params opt-query-params)]
145
(util/http-response-json->map (http/post uri req)))))
0 commit comments