Get typeahead suggestions for objects based on an arbitrary user
input (the `input` query parameter).

The format of the return data is a mapping of object type to a list
of object representations.

By default, just the object's `id` and a related `text`
are returned. This can be changed with the `full` query parameter.
If `full` is a truthy value, then the same representation is used as
with the regular object endpoints.

By default, all supported object types are returned, but this can
be limited by the comma-separated `types` query parameter.

Currently supported are "resource" and "unit".

GET /respa/v1/search/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{}

Respa version v0.12.1