orderBy with jsonb/nested objects
Is it possible to use the orderBy function with nested objects like jsonb from postgres. If it's not possible, is this something that's on the roadmap? I wouldn't be against using a functional version eg
.fn.orderBy if that was the only solution. At the moment the only solution I've found is sorting it manually after the query.