diff --git a/materio_search_api.module b/materio_search_api.module index 6908519c..9186e433 100755 --- a/materio_search_api.module +++ b/materio_search_api.module @@ -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', ); }