Drupal+ZenCart search?
rectangle - November 16, 2008 - 02:18
I have (sort of) integrated Zen Cart into my Drupal site: http://sbhifi.com.au/
The store is: http://sbhifi.com.au/store
Drupal search will search the Drupal part of the site and Zen Cart search will search the Zen Cart part but I am looking for a way to search both the store and the rest of the site using a single search tool. Just looking for ideas.

not yet.
There is a zen cart integration module, but it is only for 5.x at this point (#273315: Drupal 6.x Integration) and I don't think it integrates search yet. I am working on a site with drupal + zen cart and hope to achieve this at some point. It will probably take a while.
In drupal, can use
In drupal, can use hook_search() to create your own customized search.
http://api.drupal.org/api/function/hook_search/5
That will create another tab in the search page. Many of the search modules, such as the module to use google search uses this hook.