BOOLEAN_OPERATOR: {
    AND: "AND";
    NONE: false;
    OR: "OR";
} = ...

States for the boolean operator of a filter.