Hi @fbergmann, 👋
I just encountered this issue while searching biomodels over BasiCo:
Description:
While searching for biomodels using specific keywords the function returns only max 100 models.
The query ' * : * ' should return all models, like here: https://www.ebi.ac.uk/biomodels/search?query=. (returns 3150 models).
While alternative over BasiCo returns only 100:
models = biomodels.search_for_model('*:*', num_results=4000)
len(models)
If this is a limitation from 'BioModels' db, this should be stated in the description of a function.
Thanks!
Lilija