Project

General

Profile

Actions

Feature proposal #1311

closed

comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )

Feature proposal #1311: comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )

Added by nant about 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
18 October 2009
Due date:
% Done:

100%

Estimated time:
0:45 h

Description

need to be able to compare multi-value cb fields during delimiter field substitutions.

A like operator or even a wildcard for = operators would be sufficient as is IF statements can not match multi-checkboxes or multi-selects as their values are actually Value1|*|Value2, etc...


Related issues 2 (0 open2 closed)

Has duplicate CB - Feature proposal #1623: add a LIKE operator to substitutionsRejected24 March 2010

Actions
Has duplicate CB - Feature proposal #1684: Add more operators to CB if substitutionsRejected10 May 2010

Actions

Updated by beat over 15 years ago Actions #1

  • Status changed from New to Assigned
  • Assignee set to beat
  • Target version set to CB 1.2.3
  • Estimated time set to 0:30 h

Updated by beat over 15 years ago Actions #2

  • Subject changed from comparison function for multi-value fields to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF

Updated by beat over 15 years ago Actions #3

  • Estimated time changed from 0:30 h to 0:45 h

Updated by beat over 15 years ago Actions #4

Decided for =~ as regexp operator and !~ as "not regexp" matching operator. E.g.:

cb_username =~ "/cbteam/"

Implemented but needs tests before commit.

Updated by beat over 15 years ago Actions #5

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Implemented in r1129

Updated by beat over 15 years ago Actions #6

  • Subject changed from comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Actions

Also available in: PDF Atom