mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge #1488
1488: fix search permissions r=MarinPostma a=MarinPostma fix #1485 Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
b4db54cb1f
@ -78,7 +78,7 @@ impl From<SearchQueryGet> for SearchQuery {
|
||||
}
|
||||
|
||||
async fn search_with_url_query(
|
||||
data: GuardedData<Admin, Data>,
|
||||
data: GuardedData<Public, Data>,
|
||||
path: web::Path<IndexParam>,
|
||||
params: web::Query<SearchQueryGet>,
|
||||
) -> Result<HttpResponse, ResponseError> {
|
||||
|
Loading…
Reference in New Issue
Block a user