Boolean search field in the entity relation

1
How can I search through a boolean field in the entity relation? As I use the dropdown in the search bar to access a boolean attribute with its related entity,but the boolean attribute can be accessed only in case of the main entity while in case of a related entity can not be accessed !
asked
2 answers
0

You are right, to bypass this problem i changed some of my boolean values to enumerations.

answered
0

This still seems to be an issue 12 years later - can we not use associated booleans in data grid search drop downs and just have both true and false regardless of what technically exists? It generates an insane sql query and makes our reports load 1000x slower. It would be nice to at least be able to opt out of this.

answered