Searching Relationships doesn't work properly in dot-notation #4168
Replies: 1 comment
-
|
There was a pull request merged just adding this. It should be in the next release. 👍 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Nova Documentation says:
So, for example:
If we define a relationship that is more than 1 level deep, then it produces a DB error like this:
ERROR: missing FROM-clause entry for table "mother" at character...How to fix:
Consider changing this line:
to this:
in the following methods:
and the issue will be resolved.
Beta Was this translation helpful? Give feedback.
All reactions