Hi,

I'm using search api to index drupal data in elastic search. It's fine if I want to index an entire taxonomy but how to proceed if I want to index only some elements of a taxonomy based on some custom business logic ? For example index only terms of a taxonomy if they exist in a given content type.

Thanks for your help.

Vince