hi,

the standard search module for drupal does search all the CCK fields. Is there a module that can search everythin withi a node?

tHANKS,
DUX

Comments

nijuley’s picture

use
Search All-Enables the display of all search results (content, users, etc.) on a single results page.
http://drupal.org/project/search_all
or
Fuzzy Search
http://drupal.org/project/fuzzysearch
and
Search config-Allows admins to configure the advanced search form.
http://drupal.org/project/search_config

bradpeabody’s picture

Another option is to integrate with Apache Solr:
http://drupal.org/project/apachesolr

I haven't tried it myself, but I have used other Java/Lucene-based search solutions and generally they rock. Combined with Drupal - seems quite powerful.