I have a Drupal 6 site in which user tends to add more terms(called interests on the site). The terms are user defined and classified under a taxonomy.(something like tags)

Is it possible to have the user filtering area to allow admin to search based on users = {say certain defined term in the interest taxonomy} and get the result displayed on the user management page?

Thanks

Comments

Motolola’s picture

From the database, There is a user table and term table for the interest.
Is it possible by principle to add to the filtering field "Interest" on the advance user module, which then opens up a text field where the term say "PHP" could be entered. Resulting in the display of users interested in PHP.

I need a pointer to this as I am a Learner but would love to solve this problem.

I am sure, some JOIN SQL queries would be involved if I am to merge the tables.

Thanks