diff options
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'); |
