| Hi Ido! Thanks for the very detailed report. I had the same issue with our applications: the fact is that it's considered a bad practice to use the @Id field to sort your results. You need to define another field with @Field and a @SortableField for this new field. Then you should use this new field to sort your results. It's probably worth a mention in the migration guide. |