Skip to content

Commit

Permalink
- removed limitation about only combining with ContextAwareFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclass-nl committed Feb 11, 2023
1 parent 4c0fbd0 commit 8c0efdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>semantically complete expressions</b> 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
Expand Down

0 comments on commit 8c0efdd

Please sign in to comment.