What we have now is the MatchRule is applied with either key words (KW) or rejected (RJ) and this is done very early, before any Places match is even attempted. BUT, we have a new situation where we want to reject Places records that have "supermarket" or "grocery_or_supermarket" in their returned types data. This happens at a different time and it would be handy if we could keep track of this. Maybe we also need another JSON output directory that's neither fail or succ but rejected, not sure yet. At this time, the easiest thing to do is let these grocery stores show up as failures, unfortunately.
What we have now is the MatchRule is applied with either key words (KW) or rejected (RJ) and this is done very early, before any Places match is even attempted. BUT, we have a new situation where we want to reject Places records that have "supermarket" or "grocery_or_supermarket" in their returned
types
data. This happens at a different time and it would be handy if we could keep track of this. Maybe we also need another JSON output directory that's neitherfail
orsucc
butrejected
, not sure yet. At this time, the easiest thing to do is let these grocery stores show up as failures, unfortunately.