diff --git a/app/views/searches/show.html.erb b/app/views/searches/show.html.erb index 11394df5e..0f6fb47b0 100644 --- a/app/views/searches/show.html.erb +++ b/app/views/searches/show.html.erb @@ -13,6 +13,10 @@ <% end %> <%= turbo_frame_tag "search", target: :_top do %> + <%= auto_submit_form_with url: searches_queries_path(q: @query_terms), method: :post %>