DocCond operator |(DocCond other) => DocCond((doc, context) => condition(doc, context) || other.condition(doc, context));