fix: reduce false positives in award detection
Filter SPARQL query to only return entertainment awards (film, TV, music, theater) and add a canonical award map to normalize variants (e.g. all Oscar/Academy Award → "Oscar", all Golden Globe → "Golden Globe"). Non-entertainment awards (orders, medals, honorary degrees) are excluded both at SPARQL level and via PHP keyword filter. Also restart messenger container on cache:clear to avoid stale DI container errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
1
Makefile
1
Makefile
@@ -60,6 +60,7 @@ php\:console: ## Lance bin/console avec arguments (ex: make php:console -- cache
|
||||
|
||||
symfony\:cache-clear: ## Vide le cache Symfony
|
||||
docker compose exec app php bin/console cache:clear
|
||||
docker compose restart messenger
|
||||
|
||||
test: ## Lance les tests PHPUnit
|
||||
docker compose exec app php bin/phpunit
|
||||
|
||||
Reference in New Issue
Block a user