try out the feed builder on skyfeed.app
for hashtags you want to include an easy regex example is
\#hashtag1\b|\#hashtag2\b
to include posts with #hashtag1 or #hastag2 in the caption
you have to put \ in front of # so it reads the actual character not the regex meaning
1
0
1
0