Index and search specified fields for nodereference autocomplete
Exclude certain fields from Drupal search.
Agaric and Science Collaboration's real need for this is for AJAX autocompletion, the sort of function used to autocomplete taxonomy, userreference, and nodereferrence fields. It would be great not to have to create a custom indexing system each time you want autocomplete to act on certain fields.
Currently we're doing autocomplete by keywords on multiple fields for the Biblio module, which isn't using CCK yet, so this is very much for-future-reference from Agaric's perspective.
What's out there for restricting searching to certain fields? There's a module for that.
This module (Drupal 5) makes it possible:
http://drupal.org/project/search_config
And there are patches reported to work in Drupal 6: Port Drupal 6 version of Search Config
Reportback to these threads
Search only certain CCK fields (not all). How?
http://drupal.org/node/206122
Exclude certain CCK fields from Search
http://drupal.org/node/175762
Comments
Post new comment