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

fix oa select

parent ccbe1940
No related branches found
No related tags found
1 merge request!59fix oa select
Pipeline #1963 passed
......@@ -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=settings.OA_SOLR,
openalex_endpoint=str(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