I have an installation running drupal 6.20 and was wondering if there was a way to expose the search form to another website. I'd like to submit a search from a second website on another server and have it send to and search my drupal website.
The reason for this is that one site is an html/php single page site used as a corporate presence, but would like it to allow visitors to launch a search on our core page.
I found this:
http://thedrupalblog.com/embedding-drupal-search-form-another-site-using...
Don't really know if that works, I tried to make a module and follow the steps but my drupal coding is lacking I think.
Any thoughts? I was looking into using fuzzy search or faceted search in the future and know that would only complicate this question.
Thanks
Comments
While it's not optimal, I've
While it's not optimal, I've found that it will just be easier to use the Page Theme Module.
http://drupal.org/project/page_theme
I am far more comfortable in my drupal theming skills over my php programming skills :)