algolia / algoliasearch-wordpress

❌🗑🙅‍♂️ Algolia Search plugin for WordPress is no longer supported. Please use our API client guide instead
https://www.algolia.com/doc/integration/wordpress/getting-started/quick-start/
GNU General Public License v2.0
358 stars 114 forks source link

Suppress filters on terms #784

Open rayrutjes opened 6 years ago

rayrutjes commented 6 years ago

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.