#2900248: Exposed term filter is not updated when terms are added, deleted, or rearranged (caching issue?) added a taxonomy_term_list cache tag. This tag should be invalidated on a vocabulary-by-vocabulary basis, not globally whenever a new term is added or changed.
Comments
Comment #2
mikeker commentedPostponed until #2900248: Exposed term filter is not updated when terms are added, deleted, or rearranged (caching issue?) is resolved.
Comment #5
rob230 commentedPotentially will be solved by #2145751: Introduce ENTITY_TYPE_list:BUNDLE cache tag and add it to single bundle listing.
Comment #11
alexpott#2900248: Exposed term filter is not updated when terms are added, deleted, or rearranged (caching issue?) is using a bundle specific tag and #2145751: Introduce ENTITY_TYPE_list:BUNDLE cache tag and add it to single bundle listing has landed in core so we can close this one. There is a cache tag for taxonomy lists per bundle and it is being validated on term save.