diff --git a/app/views/orgas/_search.html.haml b/app/views/orgas/_search.html.haml index edc64984..98365863 100644 --- a/app/views/orgas/_search.html.haml +++ b/app/views/orgas/_search.html.haml @@ -1,7 +1,7 @@ = search_form_for @search || Orga.search(params[:q]) do |f| = f.label :search, t('.label') %em.fa.fa-users - = f.search_field :name_or_city_or_department_or_region_name_or_url_or_diaspora_or_tags_cont_any, + = f.search_field :name_or_city_or_department_or_region_name_or_url_or_diaspora_or_tags_or_description_cont_any, id: :q_search, size: 16, placeholder: t('.title', entity: Orga.model_name.human) = f.button class: :search do