Skip to content

unique + display_empty_filter: false => not working #335

@fsmeier

Description

@fsmeier

my config:

display_empty_filter: false,
conditions: ['AND', 'OR'],
plugins: [
    'unique-filter',
],
filters: [
   {
    id: 'channel',
    label: 'Channel',
    type: 'string',
    operators: ['contains'],
    unique: true,
   }
],

When I click "add rule" I have multiple "channel"-filters.
selection_001

So I would say this is a bug :/

PS: could not write you a pm --> great plugin so far! thx a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIdentified bug which needs a fix

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions