- π³πΏNew Zealand quietone
@lambic, is this still a problem? If you resolved it can add a comment on what you did. Thanks.
This looks like it needs a reply to #3. Setting back to NR for an answer.
@josmera01, Credit has been removed per How is credit granted for Drupal core issues β .
- Status changed to Closed: outdated
almost 2 years ago 10:07pm 3 March 2023 - πΊπΈUnited States smustgrave
Closing this one out
@lambic to dump your query can use something like this
// Debug. dump($query->execute()); dump($query->sqlQuery->__toString());
If it's a view you can go to /admin/structure/views/settings and enable Show SQL Query. Then in the View UI you'll see the query.
Third option is to see if the devel module can be used.
Thought think option1 is probably the best from what it sounds like.
If turns out different from #3072384: When filtering by entity relationships in an "OR" group, if one of the relationship fields is empty, the item is improperly excluded from the data β please reopen with an explanation how it was different
Thanks!