I've tried this on two installations and there is the same problem with both:
When you search from the sidebar, it doesn't give any results, but just brings you to /search/node. Then you have to search again in the form in the main content area to actually get results.
The code for the form looks different from other themes like box_grey (which worked a little better when I inserted it into the page template, but not perfectly). I'm going to try to figure out what is wrong, but just wanted to mention it.
Thanks
Comments
Comment #1
wdrupal commentedI'm not sure exactly how it works, but I got it working by replacing this default code:
with this, combined from Connections and box_grey templates:
(page.tpl.php in Connections theme)
Comment #2
Richard Sheppard@www.siliconmeadow.net commentedA workaround I've done is to remove that code altogether and enable the search form block and put it at the top of the left column. Visually, it's a lot heavier than the one coded into page.tpl.php, but it works.
(Using it with 4.7, btw - can be seen here: http://www.siliconmeadow.net)