drupalfun.com
Custom Search CCK fields in content profile
Submitted by adnis on Fri, 03/05/2010 - 18:36
Status:
Open Question:
Hi, Great website!
I'm new to drupal (and drupal fun) and need advice on the following:
I need to build a custom search/advanced search page that looks similar to the member search here on drupal fun.
I've used account profile, content profile and CCK modules to add additional fields (text fields, radio buttons and check boxes) on the user registration page.
What's the best way to create a page with advanced search options where users can search based on the different profile CCK fields (e.g. Name, Country, City, State, education etc).
Are there also any tutorials available on this topic?
Thanks in advanced!


1. Got the solution! Found out
Got the solution! Found out that there isn't any easy way to do advanced search. For follow drupallers who are facing similar issue with advanced search for CCK fields, I made this work with the following modules:
1. Finder - http://drupal.org/project/finder
2. Views - http://drupal.org/project/views
Before you proceed, check out this tutorial:
http://www.interworks.com/blogs/scorrales/2009/08/07/limiting-options-dr...
Cheers!