!!! search api for breve

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-02-13 23:17:01 +01:00
parent d01d0a2a7e
commit 0db5022c47
3 changed files with 88 additions and 23 deletions

View File

@@ -20,6 +20,13 @@ function materio_search_api_settings(){
'#title' => t('Main search api index for %lang contents.', array('%lang'=>$name)),
);
$form['brevessearchindex_'.$lcode] = array(
'#type'=>'select',
'#options'=>$index_options,
'#default_value' => variable_get('brevessearchindex_'.$lcode, -1),
'#title' => t('Breves search api index for %lang contents.', array('%lang'=>$name)),
);
$form['autocompletesearchindex_'.$lcode] = array(
'#type'=>'select',
'#options'=>$index_options,
@@ -28,6 +35,7 @@ function materio_search_api_settings(){
);
}
// TODO: select the activated viewmodes for change view mode and selected view mode
$entity_infos = entity_get_info();
// dsm($entity_infos, 'entity_infos');