Go to the source code of this file.
|
None | searx.engines.openalex.request (str query, dict[str, t.Any] params) |
EngineResults | searx.engines.openalex.response (SXNG_Response resp) |
str|None | searx.engines.openalex._stringify_pages (dict[str, t.Any] biblio) |
datetime|None | searx.engines.openalex._parse_date (str|None value) |
str|None | searx.engines.openalex._doi_to_plain (str|None doi_value) |
str|None | searx.engines.openalex._reconstruct_abstract (dict[str, list[int]]|None abstract_inverted_index) |
tuple[str, str|None, str|None] | searx.engines.openalex._extract_links (dict[str, t.Any] item) |
list[str] | searx.engines.openalex._extract_authors (dict[str, t.Any] item) |
list[str] | searx.engines.openalex._extract_tags (dict[str, t.Any] item) |
tuple[str|None, str|None, str|None, str|None, str|None, datetime|None] | searx.engines.openalex._extract_biblio (dict[str, t.Any] item) |
str|None | searx.engines.openalex._extract_comments (dict[str, t.Any] item) |