I'm quite new to Drupal, so forgive me if my post is out of place. I'm trying to find a way to either disable the 'anywhere' part of the keywords search or refine it so it doesn't search node descriptions and comments. Hopefully my site will eventually have thousands of book titles on it and I need one keyword search that will say cover the fields title, author, publisher etc. Search results that include descriptions or comments tend to distort the results.
I'm also worried about indexing full word matches for that many titles (including descriptions etc).
Comments
Comment #1
David Lesieur commentedYou might want to see #406544: Change the keyword search form?. I haven't checked whether that code applies to Drupal 6 though.
Comment #2
kevinbest commentedThanks for replying. I had a go at implementing the code in the first post of that issue page (intended for drupal 6), but with no joy. I wasn't confident enough to tackle the code written for Drupal 5 in the last post , but I'll give it a try.