search_query.wos.constants
Constants for Web-of-Science.
Functions
Convert a set of generic search fields to a set of syntax strings. |
|
|
Normalize search field string to a standard WOS field syntax. |
|
Map the general search field to the standard syntax of WOS. |
Translate a search field string to a generic set of Fields. |
- search_query.wos.constants.generic_search_field_to_syntax_field(generic_search_field: str) str
Convert a set of generic search fields to a set of syntax strings.
- search_query.wos.constants.map_to_standard(syntax_str: str) str
Normalize search field string to a standard WOS field syntax.
- search_query.wos.constants.search_field_general_to_syntax(search_field: str) str
Map the general search field to the standard syntax of WOS.
- search_query.wos.constants.syntax_str_to_generic_search_field_set(field_value: str) set
Translate a search field string to a generic set of Fields.