
Drupal Questions
Question asked by Ms_Kristina on Tuesday, June 23, 2009
How would I go about creating a search function for a particular cck field on a particular content type?
I need to make a search for user profiles for information in a particular field created with CCK. The field will be in text format in a cck multigroup. 
Answers (1)
Login or register to post answers

























try views...and filter the
By Smita on Tuesday, July 7, 2009try views...and filter the node type with the particular node type and expose the filter for the particular field...this is the simplest way...
i hope my answer helped you.