You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user has chosen all the databases by default but has no API key for IEEE & Scopus, can we remove these databases automatically before the search begins?
Currently, if all the databases are used, the search function gets the following parameter as input:
If the user has chosen all the databases by default but has no API key for IEEE & Scopus, can we remove these databases automatically before the search begins?
Currently, if all the databases are used, the search function gets the following parameter as input:
databases = ['ACM', 'arXiv', 'bioRxiv', 'IEEE', 'medRxiv', 'PubMed', 'Scopus']
By automatically removing the above-mentioned databases if their API keys are None, the parameter becomes:
databases = ['ACM', 'arXiv', 'bioRxiv', 'medRxiv', 'PubMed']
The text was updated successfully, but these errors were encountered: