By patoshi on
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
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
check this
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
Apache Solr Integration
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.