feat: add tag filtering to blog posts and implement JSON_CONTAINS DQL function

This commit is contained in:
hamed
2026-06-21 17:34:07 +03:30
parent 91cfb64217
commit 21b6c583c0
5 changed files with 69 additions and 10 deletions
+3
View File
@@ -18,6 +18,9 @@ doctrine:
alias: App
controller_resolver:
auto_mapping: false
dql:
string_functions:
JSON_CONTAINS: App\Shared\Doctrine\JsonContains
when@test:
doctrine: