Closed WValenti closed 5 months ago
We've determined it's because the regex provided is bad - RLIKE '[^4]' means has at least one value that is not 4.
A proper fix would be use of NOT RLIKE, but that would take Bonus Effort(tm) because of how constraint types are defined in diverweb (presence of any regex implies use of RLIKE; NOT RLIKE would need something different - oh, and that'd be a new Preview/NewCohort proc pair).
Turns out that the constraints handling in diverweb is actually fairly isolated because we just don't use it in all that many places. So this is less effort than I'd anticipated. Giving it a shot now.
This was being done for a CUSTOM VARIABLE, not a cohort. That is not fixed.