Replies: 1 comment 1 reply
-
Yes, there is a plan. But sorry, no ETA. You can write a generic function that do a custom select with multiple joins. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a project that involves using the find_also_related method to retrieve related data in my Rust application. However, I encountered an issue where the method doesn't support multiple relations simultaneously.
As you can see, I'm attempting to find related data for both brokers and house images, but it seems that the find_also_related method only supports one relation at a time.
Are there any plans to add support for multiple relation finds in the future? If so, is there an estimated timeline for when this feature might be available?
In the absence of support for multiple relation finds, are there any alternative solutions or workarounds that you would recommend to achieve a similar result?
I appreciate any insights or suggestions you can provide regarding this matter.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions