I'm currently testing the viability of using Gentics Mesh CMS just in a minor role for to populate a news feed. The general idea being that I have a news folder item, with various news items under it currently.
What is determining the order of children? When I grab the data of said news node, the order of the children just seems haphazard at best. I have 3 items in there for testing.
Yesterday I was getting them back in the order 3-1-2. Now they are 1-3-2.
Neither of these is a useful order, as I would like 3-2-1. So how can I force an order? Either in how it's storing things, or in retrieval?