mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Proxy search requests
This commit is contained in:
parent
c3e5c3ba36
commit
35160788d7
7 changed files with 1787 additions and 923 deletions
|
@ -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", "*"])),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue