Describe the bug
Currently, there is no collection-search/{collection-id} endpoint implemented. As a result, it’s not possible to query a single collection through the collections-search endpoint. When attempting to request a specific collection using this route, the API returns an error: {"detail": "Not Found"}
Since the collections/{collection-id} endpoint does not support filters, it’s not possible to restrict user access or limit searches by collection IDs. This means users can still attempt to access collections they don’t have permission for.
Expected behavior
The response should be similar to collections/{collection-id}