The question would be; what is it exactly that you are trying to search? If you just want a few separate search blocks that search within a certain content type, you may find interesting defining a View for it, creating several displays for each content type you wish to be searchable and exposing the &quot;Search: Search Terms&quot; filter. You then can set up the &quot;Exposed form in block: &quot; setting to true (in &quot;Basic Settings&quot;) and you should then have the search forms showing in separate blocks. You can then compose by adding filters or exposed filters your own way (on content types, taxonomy or whatever you wish to let user search by or within).<br>
<br><div class="gmail_quote">On Mon, Feb 8, 2010 at 12:48 AM, Anth <span dir="ltr">&lt;<a href="mailto:malkouna@yahoo.com.au">malkouna@yahoo.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
My goal is to set up a tabbed search block which I&#39;ll use Quick Tabs to build, where each tab will prime the search with a keyword.  The step before this though is to have multiple blocks that do slightly different searches.  Defining the blocks is easy enough but I can&#39;t use hook_db_rewrite_sql (an example from searching at [1]) as I don&#39;t know what block is calling it.  Is there some easy way or trick around this or do I just have to manually call do_search, or write my own search, for each block?<br>

<br>
Thanks,<br>
Anthony<br>
<br>
[1] <a href="http://www.lullabot.com/articles/hiding-content-drupals-search-system" target="_blank">http://www.lullabot.com/articles/hiding-content-drupals-search-system</a><br>
</blockquote></div><br>