I have a feed with only images and I want to apply a regex filter that searches through both the post's text and the post's alt text, but as of now, the only way to do that is by duplicating the regex node which is not ideal given that every time I need to make an adjustment to the regex I need to adjust both nodes.