21310 Posts in 5739 Topics by 2604 members
General Questions
SilverStripe Forums » General Questions » Multi language CMS - Searchbox not working - SS 2.4.2
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 656 Views |
-
Multi language CMS - Searchbox not working - SS 2.4.2

9 November 2010 at 4:53am
Hi All!
I got multi languages installed and enabled searching in the _config:
// Enable multi language
Translatable::enable();// Set the site locale
i18n::set_locale('en_US');// ENABLE SEARCH BOX
FulltextSearchable::enable();Created the Page_result.ss in the layout folder..
Added $Form and $Search inside the page.ss
But when i use my searchbox... For example 'Text' ... Search
I only see the Title 'Search results'
and beneath that, I see the Content of Page.ssSo what is going wrong here?
Is it because of the multiple languages?
| 656 Views | ||
|
Page:
1
|
Go to Top |
