Skip to content

Add "NOT IN" filter in filterItems #433

@black-meridian

Description

@black-meridian

components/migx/model/migx/migx.class.php

#2390
case 'notin':
$operand = is_array($operand) ? $operand : explode(',', $operand);
$output = !in_array($subject, $operand) ? $then : (isset($else) ? $else : '');
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions