Part of #337 . Fixes an issue where indexing will fail, when an Annotot::Annotation has been deleted/destroyed, but the associated AnnotationResource still references and tries to lookup the Annotot::Annotation.
I've tested this pretty well with production data. I've spun off #373 for discussion about the long reindexing process, which has only happened for production exported exhibits (I haven't seen it happen yet in a development scenario e.g create a new exhibit, add content, etc).
Part of #337 . Fixes an issue where indexing will fail, when an Annotot::Annotation has been deleted/destroyed, but the associated
AnnotationResource
still references and tries to lookup theAnnotot::Annotation
.I've tested this pretty well with production data. I've spun off #373 for discussion about the long reindexing process, which has only happened for production exported exhibits (I haven't seen it happen yet in a development scenario e.g create a new exhibit, add content, etc).