Hello,
I’m new to Mautic however I’ve started testing Mautic 6.0.0rc.
I’ve found a couple of issues with dynamic segments.
Issue 1
I’ve created a test segment and assigned a filter as follows:
Tag including and then I’ve added three tags.
If the contact has all three tags then the segment includes the contact. However if you delete one tag from the contact the contact is still included in the segment. It is not removed when the the cron job runs.
Therefore Tag includes is a logical OR rule - is that correct ?
However the wording includes suggest a logical AND on the tags i.e. must contain all tags.
Will you please clarify how the rule should function ?
Issue 2
If you create a test segment and assign a filter i.e. zipcode starts with say AA. If the contact zipcode starts with AA the contact is added to the segment. However if you rename the segment name and the segment alias and then remove the filter rule I would have expected the contact to be removed from the segment however its left in the segment.
Conclusions
I’m not sure but the two issues above could be the same problem i.e. removing contacts from the segment when the cron job runs.
Thanks.