Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Das Plugin zeigt nicht alle in OC vorhandenen Serien #554

Closed
tgloeggl opened this issue Feb 16, 2022 · 2 comments
Closed

Das Plugin zeigt nicht alle in OC vorhandenen Serien #554

tgloeggl opened this issue Feb 16, 2022 · 2 comments
Assignees
Milestone

Comments

@tgloeggl
Copy link
Member

In OC ist ein festes Limit von 2000 Einträgen beim Abfragen der Serien kodiert, egal was man bei der Abfrage angibt. Da hilft dann nur, die Ergebnisse paginiert abzurufen oder ähnliches.

@tgloeggl tgloeggl changed the title Das Plugin zeig nicht alle in OC vorhandenen Serien Das Plugin zeigt nicht alle in OC vorhandenen Serien Feb 16, 2022
@tgloeggl
Copy link
Member Author

Es gibt wohl einen neue Route, die diese Problem löst und zudem auch wesentlich schneller ist: series/allSeriesIdTitle.json
Das Plugin muss dementsprechend angepasst werden.

@Rillke
Copy link
Contributor

Rillke commented Mar 16, 2022

https://admin.opencast.uni-halle.de/series/allSeriesIdTitle.json -> 3700 Serien in 154ms. (Herunterladen der Antwort dann nochmal 300ms)

Screenshot from 2022-03-16 15-43-21

{
    "series": [{
                "identifier": "YYYYYYYY-b536-42ab-b6f5-6edf36557308",
                "title": "Analysis II SS 20"
            }, {
                "identifier": "XXXXXXXX-5ee5-4408-a761-33c4121fa698",
                "title": "Elektronenmikroskopie in der Materialforschung - SS 2020"
            },

Der Abruf hat nur über unseren Admin-Server geklappt. Beim Presentation gab's ein 404.

tgloeggl added a commit that referenced this issue Mar 16, 2022
tgloeggl added a commit that referenced this issue Mar 16, 2022
@tgloeggl tgloeggl added this to the Opencast 2.5 milestone Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants