- 🇬🇧United Kingdom -J-o-n-n-y-
Re-rolling patch from #16 as we still need string support for taxonomy IDs with this module.
- Status changed to Needs review
21 days ago 9:53pm 3 April 2025 Rerolling patch against latest head (8.x-1.20 as of now).
We were missing a condition set to catch the new strict integer matching for updates and deletions. In our use case, reindexing meant that the taxonomy_entity_index_string would be completely wiped of the entity type. It also meant any rows that were deleted along with entity revisions would not be possible to regenerate. Updated this to check which table is being processed and strict compare type based on that.
Making a quick adjustment to my last patch, as I had left a return commented out for taxonomy_entity_index_entity_update.
Without it, this would throw errors like:
Getting the base fields is not supported for entity type View. Getting the base fields is not supported for entity type display.