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 #1

Updated by krileon about 3 years ago

  • % Done changed from 0 to 50

Works JS side now. Needs PHP side adjustments.

Actions #2

Updated by krileon about 3 years ago

  • % Done changed from 50 to 80
Actions #3

Updated by krileon about 3 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 80 to 100
Actions #4

Updated by krileon about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF