Hi.
I've to create a view, or a custom page, that allows me to search (or filter) users by terms that are associated with them.
Is it possible?

Thanks,
Sergej

Comments

Dave Cohen’s picture

Not really. The tac terms are stored per-role, or in user data which is serialized data and not an indexed column in the db. Generally this is OK because the data is only needed for the current user.

The devel module include devel_node_access.module, which helps troubleshooting which users can see which nodes. depending on what you're trying to do, it might help.