}
When I paste them in my remote DB it order them by _id, which seems to be a automatic meteor key. I am using robomongo and am trying to reorder the items by ‘itemIndex’ permanently . How do I do this?
Make sure you also sort them when you request the data client-side, otherwise with reactive data you can run into a situation where items aren’t sorted properly