TheScienceMuseum / collectionsonline

Science Museum Group Collection Online
https://collection.sciencemuseumgroup.org.uk
MIT License
47 stars 3 forks source link

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

Open jamieu opened 3 weeks ago

jamieu commented 3 weeks ago

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?