Issue status update for http://drupal.org/node/28325 Post a follow up: http://drupal.org/project/comments/add/28325 Project: Drupal Version: cvs Component: profile.module Category: feature requests Priority: normal Assigned to: Anonymous Reported by: jjeff Updated by: moshe weitzman Status: patch (code needs review) profile.module is only 1 component of the profile page. other modules plug in using hook_user, and i'd like for those same modules to participate in profile search. this patch is useful still, but i'm hoping we can do better. moshe weitzman Previous comments: ------------------------------------------------------------------------ Sat, 06 Aug 2005 02:49:19 +0000 : jjeff Attachment: http://drupal.org/files/issues/profilesearch.patch (1.88 KB) Here's a patch that adds a search function for user profiles. Users with "access user profiles" privileges can search all public profile fields, while users with 'administer users' privileges can search both private and public profile fields. Search results display username (as a link) along with a snippet of the user's profile. -Jeff Robbins