Displaying 1 result from an estimated 1 matches for "otherfields2".
Did you mean:
otherfields1
2006 Jul 02
2
searchbar help!
...ve two tables joined with a has_and_belongs_to_many relashinship
- - users and groups ( and groups_users, accordingly).
in my view index.rhtml i have a list of users that each are associated
to a couple of groups (say:
user1: email1, username1, otherfields1, + g1 g2 g4
user2: email2, username2, otherfields2, + g1 g2 g4 g5
user3: email3, username3, otherfields3, + g1 g3 g4
etc...
my need is to implement a searchbar that will look through all the users
associated with the groups that were chosen, along with the query that
was inputted in the search field, and find the corresponding ones, and
displa...