fn expr_contains_inner(expr: &Expr, needle: &Expr, search_op: Operator) -> bool
returns true if needle is found in a chain of search_op expressions. Such as: (A AND B) AND C
needle