updating the search, the right way
authorIan Weller <ian@gaslightmedia.com>
Wed, 22 Feb 2017 17:25:20 +0000 (12:25 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 22 Feb 2017 17:25:20 +0000 (12:25 -0500)
I updated the search to use the glmAssociate search.

parts/search.php

index fc05564..2a12e2f 100644 (file)
@@ -1,5 +1,5 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/').'site-search/'; ?>">
-     <input class="search-input" type="text" placeholder="Search" value="" name="s" id="lar-search">
+     <input class="search-input" type="text" placeholder="Search" value="" name="query" id="lar-search">
      <input class="button secondary" type="submit" 
         value="submit" name="searchButton">
-</form>
\ No newline at end of file
+</form>