• Not defined

      AT:

      • It is possible to add null as one of the values for number and string filters for the 'in' and 'not in' cases
      • variable filter API docs are updated accordingly

      Number

      {
        "operator" : "in", // in, "not in", <, >, <=, >=
        "values" : [ null, 1234 ] // null only works for in/not in
      }
      

      String

      {
        "operator" : "in", // in, "not in"
        "values" : [ "String 1", "String 2", null ] // null => null/undefined values
      }
      

            Assignee:
            Unassigned
            Reporter:
            Omran Abazeed
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: