Skip to content
Snippets Groups Projects
Commit ccbe1940 authored by Tim Repke's avatar Tim Repke
Browse files

fix oa select

parent 34b1b486
No related branches found
No related tags found
1 merge request!59fix oa select
Pipeline #1962 failed
......@@ -43,7 +43,7 @@ async def search_openalex(query: str,
histogram_to: int = 2024,
permissions: UserPermissions = Depends(UserPermissionChecker('search_oa'))) -> SearchResult:
return await query_async(query=query,
openalex_endpoint=f'{settings.OA_SOLR}/select',
openalex_endpoint=settings.OA_SOLR,
histogram=histogram,
histogram_to=histogram_to,
histogram_from=histogram_from,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment