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

The first 9 items repeat themselves #176

Open
zeynepdirier opened this issue Apr 25, 2024 · 1 comment
Open

The first 9 items repeat themselves #176

zeynepdirier opened this issue Apr 25, 2024 · 1 comment
Assignees

Comments

@zeynepdirier
Copy link

While printing items with a basic for loop & item['data'] I get the first 9 items and then the whole item list from the beginning as an output. So if I have 36 entries, I get 45. If I add any more publications to the collection, the duplicating 9 items change but the duplicating ones are still the first 9 entries.

Example Output:

Entry-1
Entry-2
Entry-3
Entry-4
Entry-5
Entry-6
Entry-7
Entry-8
Entry-9
Entry-1
Entry-2
Entry-3
Entry-4
Entry-5
Entry-6
Entry-7
Entry-8
Entry-9
Entry-10
Entry-12

for 12 publications in total.

@urschrei
Copy link
Owner

Please post a reproducible example showing the problem.

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

2 participants