I have a drupal site (d6) where the client would like to be able to search for content from a given user - at the moment a search for "Fred" will turn up any nodes that mention Fred, but none that are by him.
There don't seem to be a lot of options on the search config screen, and while I am fairly experienced with writing drupal modules, I don't have a very solid grasp of the search hooks and whatnot.
Is there a simple way to include these results in the search?