Actions
Feature proposal #8390
closedImprove In/Contains operators to handle array to array conditions
Description
For example if you condition 40|*|50 against 40|*|60 then the condition should pass since 40 exists in the value. Currently the array handling is 1 sided. So for example 40 against 40|*|60 will work, but if "40" is a multi-select of some kind then it won't work. It needs to loop the split values against the condition values and see if at least 1 match is found.
Updated by krileon over 3 years ago
- % Done changed from 0 to 50
Works JS side now. Needs PHP side adjustments.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
Actions