I am trying to build a view that exposes profile fields and allows people to search these fields, like zip code or city; I'm only using profile module currently. I thought all I had to do was to expose the right profile fields like profile_zip and profile_city and then expose them but when I enter a zip code that I know is part of a user's zip code it returns nothing.

What am I doing wrong?

/Chris

Comments

theabacus’s picture

Did you run a cron?

cwittusen’s picture

Yes, I have my cron running every night; maybe I have set the view incorrectly in the sense that I have configured the view as followed:

Fields: profile_title, profile_name
Filter: profile_city, profile_zip with operator "equal to"

The filter fields are the ones that I exposed.

/Chris