Issues not updated in the index when labels are deleted
Summary
Steps to reproduce
- enable the feature flag for issue labels:
Feature.enable(:search_issue_label_aggregation)
- setup gdk for elasticsearch, enable advanced search, and index everything
- add a label to an issue
- delete the label from the project
- watch
elasticsearch.log
to see if any issues are queued for indexing
What is the current bug behavior?
no issues are queued for indexing
What is the expected correct behavior?
issues with the label being deleted are queued for indexing
Possible fixes
TBD