search module for CCK ?

Marcel Pamphile's picture
public
Marcel Pamphile - Sun, 2008-06-22 08:20

Is anyone working on a search module for CCK ? I might create a hack.

I'm also looking for a module that creates pull down select field on CCK . In 5.x the Addnode module was taking care of the pull down select box.


search module?

christefano's picture
christefano - Sun, 2008-06-22 10:36

The contents of CCK fields are indexed by the core search module, so I'm not sure what you mean. Can you describe a bit more what type of search functionality you're looking for?

Perhaps the CCK Facets module, which exposes CCK fields to Faceted Search, can help.


>Can you describe a bit more

Marcel Pamphile's picture
Marcel Pamphile - Sun, 2008-06-22 15:42

>Can you describe a bit more what type of search functionality you're looking for?

I want to search the specific fields of a CCK and get results based the search of those specific fields.

For example, I want to search for airline flights that allow luggage over 30 Pounds.

http://www.Motorology.com - Motorology network
http://www.MarcelPamphile.com - My personal Website


If you want to look inside

liberatr@drupal.org's picture
liberatr@drupal.org - Sun, 2008-06-22 14:42

If you want to look inside of a specific field, you will need Views and Views_fastsearch
http://drupal.org/project/views_fastsearch

Fastsearch used to allow you to configure the search to look inside specific fields. I think they still offer this, but there was no mention on the project home page.

Ryan Price
Florida Creatives