-
Description:When I trying the custom eloquent query with using sub query I'm getting a So I think, Nova recalling Is there any way to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Jan 22, 2021
Replies: 2 comments
-
For such complex query I would suggest overriding the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
-
Well @crynobone, I thought it was a general problem thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For such complex query I would suggest overriding the
aggregate()
to best meet your requirement.