Posted by nicholas.alipaz on October 26, 2010 at 1:50am
Anyone have any ideas on searching within a topic? Best example I can think of is phpBB3:
http://www.phpbb.com/community/viewtopic.php?f=46&t=2029415
notice the search box just above the first post that reads, "Search this topic..."
I think that this would really be a useful feature for forums and blogs, and any multipage node or comment list for that matter. Simply being able to specify the nid of the content to search within might do the trick, but I don't know whether Drupal core search will accept that as an argument.
Comments
.
If you use the Node Comment module, you can do this with Views. Example.
Michelle