Profile search
Drupal 6
The Drupal 6 branch offers a complete rewrite from Drupal 5. It now maintains a complete search index over user names and profile fields created with the core Profile module. Note that this doesn't add any search functionality by itself. Here is the minimum of what you need to do if you want any search functionality:
- Install the core Search module
- Install the Views module
- Create a user view
- Add and expose the
Search: Search Termsfilter - Add the
Search: Scoresort criteria and order byDescending - Add fields and displays for your needs
Or you could create your custom module which implements hook_search().
TODO-list:
- Create an administrative interface where administrators can decide which profile fields to index.
- Create an administrative interface where administrators can decide the relevancy of certain profile fields.
Drupal 5
The Drupal 5 branch isn't maintained any more. This version provides a simple block with search and a page for showing the results. It searches profile fields created with the core Profile module.
Credits
The project was created by aalamaki and maintained by Crell.
The project is now maintained by dixon_ from NodeOne.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0 | 2008-Jun-18 | 6.97 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Apr-21 | 7.22 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Jun-19 | 6.98 KB | Download · Release notes | Development snapshot | |
