diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-05-08 14:36:06 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-05-08 14:36:06 +0200 |
| commit | 1605cc08545606471973f6be130afca015bb35fe (patch) | |
| tree | 0e145401b8c09e55b27ad60f28798ca6c2aa2f17 /protected/controllers/SearchController.php | |
| parent | 94a8598fa257e8838e7761e0b003677c0bb908d2 (diff) | |
Ausblenden von alten Veranstaltungen und alte Dinge
Diffstat (limited to 'protected/controllers/SearchController.php')
| -rw-r--r-- | protected/controllers/SearchController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/controllers/SearchController.php b/protected/controllers/SearchController.php index acf0aec..275fc6a 100644 --- a/protected/controllers/SearchController.php +++ b/protected/controllers/SearchController.php @@ -2,7 +2,7 @@ class SearchController extends Controller { - public static $Searchables = array('Veranstaltung'=>array('titel','beschreibung'),'Verein' => array('beschreibung','name'),'Sitecontent'=>array('content','title')); + public static $Searchables = array('Veranstaltung'=>array('titel','beschreibung'),'Angebot'=> array('name','beschreibung'),'Verein' => array('beschreibung','name'),'Sitecontent'=>array('content','title')); public function actionIndex() { $this->render('index'); |
