Hi, thanks for this library. Everything is great for AND conditions criteria, but could we reuse criteria for OR groups? To have something like this: ``` $rep ->addCriteria() ->addCriteria() ->applyOrCriteria() ```