1043 Posts in 379 Topics by 373 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1183 Views |
-
Search returns all pages

30 March 2009 at 11:23am
Go to: http://frontpage.waterscouting.com/
Enter anything you want in the searchbox at the right, you will get all pages as a result.
If anybody has a clue what causes this, I'd like to know and patch it.
-
Re: Search returns all pages

31 March 2009 at 3:15am
A little template change was needed to get the search query to search engine. Might be something common with 2.2.x->2.3.x, so here's the diff:
Index: trunk/frontpage-silverstripe/themes/waterscouting/templates/SearchForm.ss
===================================================================
--- trunk/frontpage-silverstripe/themes/waterscouting/templates/SearchForm.ss (revision 1435)
+++ trunk/frontpage-silverstripe/themes/waterscouting/templates/SearchForm.ss (revision 1584)
@@ -2,5 +2,5 @@
<fieldset>
<label for="SearchForm_SearchForm_Search">Zoekterm</label>
- <input type="text" name="SearchForm_SearchForm_Search" id="SearchForm_SearchForm_Search" value="">
+ <input type="text" name="Search" id="SearchForm_SearchForm_Search" value="">
<input type="submit" name="SearchForm_SearchForm_action_results" id="SearchForm_SearchForm_action_results" value="Ga">
</fieldset>
| 1183 Views | ||
|
Page:
1
|
Go to Top |

