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
1 answers
0

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

answered