I declared a connector filter like this:
Flags (attribute) - Bit off equals (operator) - 0x1 (value)
Now when I set flags value to 0, filter works and the object becomes to a disconnector. When I set flags value to 1, filter works and the object becomes to a connector.
But when I set flags value to 3 (when it is a disconnector) it doesn't come to a connector.
Am I missing something or what? I am trying to create a filter which looks only the first bit of the attribute and doesn't care about the rest.