Hi,
Try this: Open up wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-header.php line #488 is like this
$menu_full_output .= '<li><form method="get" class="search-form" action="'.home_url().'/"><input type="text" placeholder="'.__("Search", "swiftframework").'" name="s" /></form></li>'. "\n";
change that to this.
$menu_full_output .= '<li><form method="get" class="search-form" action="'.home_url().'/"><input type="text" placeholder="'.__("Search", "swiftframework").'" name="s" /><input type="hidden" value="product" name="post_type"></form></li>'. "\n";
Let me know, what you got.
Thanks,
laranz.