Hi, great idea for a module. Could you please make the module search the extended fields added by the profile module? Thanks.

Comments

icecreamyou’s picture

Seconded. I'd appreciate this.

nautis’s picture

I'd like to add a vote for this, as well.

dalin’s picture

Version: 5.x-1.0-beta » 5.x-1.x-dev
Component: Miscellaneous » Code
Status: Active » Needs review
StatusFileSize
new2.69 KB

Here's a patch that does exactly that. It adds field options to the admin page so that you can control which fields are searched for.

dalin’s picture

StatusFileSize
new2.69 KB

Small change to use LIKE instead of = to match the username search

dalin’s picture

StatusFileSize
new2.69 KB

Whoops, I just noticed that the last patch was the same as the first. Try this one instead.