clean up search form behaviour

This commit is contained in:
2026-01-23 09:59:39 +01:00
parent f05afd8491
commit 114b7a51d1
5 changed files with 46 additions and 34 deletions
@@ -0,0 +1,3 @@
<%= hidden_field_tag :language, @language_code if @language_code.present? %>
<%= hidden_field_tag :category, @category if @category.present? %>
<%= hidden_field_tag :starts_with, @starts_with if @starts_with.present? %>