Liking cljdoc? Tell your friends :D
Clojure only.

metabase.api.search


GET_clj

GET /api/search/

Search Cards, Dashboards, Collections and Pulses for the substring q.

PARAMS:
  • q value may be nil, or if non-nil, value must be a non-blank string.

  • archived value may be nil, or if non-nil, value must be a valid boolean string ('true' or 'false').

## `GET /api/search/`

Search Cards, Dashboards, Collections and Pulses for the substring `q`.

##### PARAMS:

*  **`q`** value may be nil, or if non-nil, value must be a non-blank string.

*  **`archived`** value may be nil, or if non-nil, value must be a valid boolean string ('true' or 'false').
sourceraw docstring

routesclj

Ring routes for api/search: (GET_)

Ring routes for api/search:
(GET_)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close