Filter Related Models Using The $relations Array not working #192
-
|
// Model Company // Company Filter } // User Filter } // Controller // SQL Check from debugbar // Question |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Looks like |
Beta Was this translation helpful? Give feedback.
Looks like
and 0 = 1in your query is appended somehow from outside the filters. That is what looks like your issue is. This doesn't look like a filter issue. I'd check your scopes on that model to try to identify where that is being appended.