Skip to content

Bug: biomodels search_for_model() function returns max 100 results #71

Description

@lilijap

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions