|
@@ -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',
|
|
|
);
|
|
|
|
|
|
}
|