Get user tags from smart field filter

Hey guys,

Is there any way I can retrieve the current user tags when I’m using the filter function of a smart field ? I need to query another table with a specific Key stored in user.tags, without it I can’t assert the uniqueness of my query.

let me know :slight_smile:

Hey @Simon_BRAMI1 :wave:,

The filter handler of smart field currently only provide the where and condition as a parameter.
Depending on the reason why you need the current user, overriding a route may be the way to go.

Let me know if that helps

Ended up finding another solution for that :slight_smile: Needed to do some backend changes.
Thanks anyways Jeff!

1 Like