Variable filter with multiple values for != should behave like AND

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 1.0.0
    • Affects Version/s: None
    • Component/s: backend
    • None

      AT:

      • Variable Filter queries with multiple values and the != operator should have an AND - semantic

      Hint:
      The following two queries should return the same result:

      [{
        name: "a",
        type: "String",
        operator: "!=",
        values: [1, 2]
      }]
      
      is equal to
      
      [{
        name: "a",
        type: "String",
        operator: "!=",
        values: [1]
      }, {
        name: "a",
        type: "String",
        operator: "!=",
        values: [2]
      }]
      

            Assignee:
            Michael Schoettes
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: