Howdy folks! I was wondering what you are doing to...
# orm-help
j
Howdy folks! I was wondering what you are doing to get around the inability to order by nested properties?
❤️ 1
👀 1
🤔 1
d
One option could be to invert the query, if the relation exists both ways! Then order can be done first and other data can be fetched later. Another option would be to use raw SQL access feature.
j
Thats actually a good idea
🙏 1
We'd just have to do a reduce function to flip it back after
👌 1