Skip to content

Commit 26856a6

Browse files
committed
update readme
1 parent 67b2e50 commit 26856a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ refer to direct values, so the where statement does not need to be modified. But
228228
use custom options. In that case we need an `applyFilter` option to be set as a callable so the QueryBuilder could be modified
229229
accordingly based on our custom options.
230230

231+
**NOTE:** if you manage custom filtering, be sure to use parameters or use `$qb->expr()->literal("string")` to prevent
232+
SQL injections. Also if you have custom filter handler, you must manage all your filters, the default handler will not
233+
be active.
234+
231235
So how the view has changed:
232236

233237
``` twig

0 commit comments

Comments
 (0)