Reply to comment

Field indexer module sounds like what you want

http://drupal.org/project/field_indexer sounds like it can do what you want, but it's for Drupal 5 only at this point. AFAIK, that's the closest there is to a "search form construction kit" to allow fielded searching of CCK fields. There's been discussion of this on the Drupal forums.

If you set up a form on your drupal site to search your library catalogue, you could base it on something like the outdated Simple Remote Search module (update to 5.x and call for more input at http://drupal.org/node/269571). Basically all it does is construct a GET URL to your catalogue and hand over searching and display to it, so it would not search your custom content type nodes back on your drupal site.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.