algoliasearch-wordpress icon indicating copy to clipboard operation
algoliasearch-wordpress copied to clipboard

Suppress filters on terms

Open rayrutjes opened this issue 6 years ago • 0 comments

Currently, when indexing terms and using WPML, only the terms of the current active language are indexed. This is because we do not use suppress_filter in get_terms.

This feature has recently (in 4.8 of WP) been introduced: https://developer.wordpress.org/reference/functions/get_terms/

We should probably leverage that feature in order to simplify updating of terms in multilingual setups.

rayrutjes avatar Aug 27 '18 07:08 rayrutjes