From 8c0efddcccfa2d4ee9c7884cd46e0f117643d527 Mon Sep 17 00:00:00 2001 From: henk Date: Sat, 11 Feb 2023 13:32:18 +0100 Subject: [PATCH] - removed limitation about only combining with ContextAwareFilters --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 17ef354..a1c5b5d 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,6 @@ they generate. As a result, combining them with OR does not work as expected wit nested over to-many and nullable associations. Workarounds are provided, but they do change the behavior of ExistsFilter =false. -Only works with filters implementing ContextAwareFilterInterface, other filters -are ignoored. - Assumes that filters create semantically complete expressions in the sense that expressions added to the QueryBuilder through ::andWhere or ::orWhere do not depend on one another so that the intended logic is not compromised if they are recombined