Page 1 of 1

CG User Directory - Searching All Fields?

Posted: Wed Mar 17, 2010 8:42 am
by tallphil
Hi everyone,

I've got a list of members using the CG User Directory summary template, and I'd like to be able to search all of the fields for a search term. At the moment, all I can figure out is how to search one user property at a time for a search term (eg. just username, not username, interests and description).

Am I missing something?

Cheers,

Phil

Re: CG User Directory - Searching All Fields?

Posted: Sat May 29, 2010 11:40 pm
by tallphil
For anyone who is interested, I got around this in a bit of a nasty work-around... I outputted all of the information that I wanted to be able to search into the table, and hid the extra stuff using css display:none;. I then used jQuery UI to do a dynamic search through the table.

The end result works nicely, but the page load is obviously much larger, and it couldn't work for larger numbers of users (or more complete profiles)...