Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2009 at 23:58 UTC
Updated:
4 Nov 2010 at 22:52 UTC
I keep hearing how you can use Views2 to search users by email, name, city, etc. How do I do this with views2?
Comments
Comment #1
mshaver commentedIf you are familiar with creating views, you simply add a new view with type "User" and go about configuring your view as you normally would, including adding exposed filters for searching. If you have Organic Groups installed, you can get a good example of a user list with the "og_members" view.
Comment #2
everydayjones commentedI'm not very familiar, however, I've read a lot about it. I created a view of type "user" with the search, but when I enter in an email, name or city, no results are found.
Is there a step-by-step somewhere online?
Comment #3
mshaver commentedYou may be running into short comings with the search filter for user profiles. There are only individual filters you can expose at the moment for users, nothing that will search all user profile data. The Keyword search filter will not search user data. I've submitted a feature request to see what the possibility is for adding this: http://drupal.org/node/381200
Comment #4
dawehnerset duplicate for: http://drupal.org/node/381200
but the views filter could be implemented as views filter for http://drupal.org/project/profilesearch
Comment #5
donquixote commentedI think this qualifies as a feature request - I miss it!
Comment #6
dawehnerIt's a task which needs a patch. As i said you need to install profilesearch ++ you have to apply the patch
Comment #7
dawehnerSee http://drupal.org/node/574152
Comment #8
esmerel commentedNot a views issue