SelectFilter relationship field
Hello all,
I have a users table, with a relation (HasOne) user_meta table. So the relationship is:
$user->meta->professional_category
That returns the professional category of the user.
So, why doesn't this filter work?
The output:
I don't know what I'm doing wrong. Must I run the query directly?
I have a users table, with a relation (HasOne) user_meta table. So the relationship is:
$user->meta->professional_category
That returns the professional category of the user.
So, why doesn't this filter work?
The output:
I don't know what I'm doing wrong. Must I run the query directly?