Go to the source code of this file.
|
| None | searx.engines.openalex.request (str query, "OnlineParams" params) |
| EngineResults | searx.engines.openalex.response ("SXNG_Response" resp) |
| str | searx.engines.openalex._stringify_pages (dict[str, t.Any] biblio) |
| datetime|None | searx.engines.openalex._parse_date (str|None value) |
| str | 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, str] | 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, str, str, str, str, datetime|None] | searx.engines.openalex._extract_biblio (dict[str, t.Any] item) |
| str | searx.engines.openalex._extract_comments (dict[str, t.Any] item) |