fix: moves tmdb search under tmdb namespace

This commit is contained in:
2025-07-06 11:07:11 -05:00
parent b0425f7085
commit cc366eb09f
4 changed files with 47 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
<div class="relative">
<form id="search" action="{{ path('app_search') }}">
<select
{{ stimulus_controller('search_bar')|stimulus_controller('symfony/ux-autocomplete/autocomplete', {url: path('app_test'), create: false, highlight: false}) }}
{{ stimulus_controller('search_bar')|stimulus_controller('symfony/ux-autocomplete/autocomplete', {url: path('api_tmdb_ajax_search'), create: false, highlight: false}) }}
name="term"
class="w-full bg-orange-500 rounded-md bg-clip-padding backdrop-filter
backdrop-blur-md bg-opacity-40 placeholder:text-slate-200 text-gray-50