UST-QuAntiL / qhana-plugin-registry

A plugin registry for QHAna plugins
https://qhana-plugin-registry.readthedocs.io/en/latest
Apache License 2.0
0 stars 0 forks source link

2nd page returns no plugins when no plugin type is specified #18

Closed PhilWun closed 1 year ago

PhilWun commented 1 year ago

http://localhost:5006/api/plugins/?item-count=25 returns the first 25 plugins, but calling the next page (http://localhost:5006/api/plugins/?item-count=25&cursor=27&sort=name,-version) returns zero plugins although there are 37 items in this collection.

When specifying the plugin type it works as expected. http://localhost:5006/api/plugins/?type=processing&item-count=25 returns the first 25 plugins and http://localhost:5006/api/plugins/?item-count=25&cursor=30&sort=name,-version&type=processing the last 6.