This commit is contained in:
Bachir Soussi Chiadmi 2014-02-21 21:01:03 +01:00
parent 6ccf2ddb91
commit 7b99c14d96

View File

@ -201,7 +201,7 @@ function materio_search_api_entity_property_info_alter(&$info){
'label' => t("Term name field dup"),
'description' => t("Duplicate the term name field to apply different filter in solr (remove accents for instance)"),
'type' => 'text',
'getter callback' => 'term_property_dup_name',
'getter callback' => 'materio_search_api_term_property_dup_name',
);
}