wordpress plugin for database field search [closed]

There’s a separate Class as DB layer for this: The WP User Query Class.

If you want to extend the search functionality, a possible option is to alter the query before you output the results on your search.php template. There’s a tutorial/how-to over here.

If you need additional fields for your users, you can extend the profile easily. See here for a tutorial.