fix search on homepage
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/index.php b/index.php
index b832816..ce9d0c4 100644
--- a/index.php
+++ b/index.php
@@ -41,7 +41,7 @@
<div class="col-sm-offset-8 col-sm-8">
<form id="form-discover-search" class="form-inline form-search-projects custom-search-form margin-bottom-10" role="form" action="https://projects.eclipse.org/">
<div class="input-group">
- <input id="discover-search-box" type="text" size="25" name="combine" class="form-control text-center" placeholder="Search projects">
+ <input id="discover-search-box" type="text" size="25" name="search" class="form-control text-center" placeholder="Search projects">
<span class="input-group-btn">
<button class="btn btn-primary" aria-label="Search Projects" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</span>