I would like to display a list of users that have the same value of an attribute as the current logged in user.
Would it somehow be possible to pass a user attribute into a SQL custom where?
Perhaps by beeing able to use the content plugin in the custom where filed?
Something like:
"attribute1 = {user attribute1 me>}"
or
"attribute1 = {user attribute1 displayedOrMe>}"