Proxy search requests

This commit is contained in:
Louis Dureuil 2025-01-29 11:11:48 +01:00
parent c3e5c3ba36
commit 35160788d7
No known key found for this signature in database
7 changed files with 1787 additions and 923 deletions

View file

@ -48,6 +48,7 @@ pub struct SearchResults {
/// Bundle multiple search queries in a single API request. Use this endpoint to search through multiple indexes at once.
#[utoipa::path(
post,
request_body = FederatedSearch,
path = "",
tag = "Multi-search",
security(("Bearer" = ["search", "*"])),