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

Pre-order the images (by position field) before storing them in ES index #1828

Open
jamieu opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@jamieu
Copy link
Member

jamieu commented Sep 11, 2024

Currently we cap the number of multimedia elements (images) stored in the public index to 25.

However the logic that does this doesn't take into account the 'position' element' element, which means we can a random selection of 25 image rather that the first 25 (by order/position).

Also need to decide if we want up the cap to say 50?

@jamieu jamieu self-assigned this Sep 11, 2024
@jamieu jamieu changed the title Pre-order the images before stopping in ES index Pre-order the images (by position field) before storing them in ES index Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant