Project

General

Profile

Actions

Feature proposal #8390

closed

Improve In/Contains operators to handle array to array conditions

Added by krileon about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
22 February 2021
Due date:
% Done:

100%

Estimated time:

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.

Actions

Also available in: Atom PDF