diff --git a/app/views/artist_commentaries/_quick_search.html.erb b/app/views/artist_commentaries/_quick_search.html.erb index f654021ae..5c24eb488 100644 --- a/app/views/artist_commentaries/_quick_search.html.erb +++ b/app/views/artist_commentaries/_quick_search.html.erb @@ -1,3 +1,3 @@ <%= form_tag(artist_commentaries_path, :method => :get) do %> - <%= text_field "search", "name", :id => "quick_search_name", :placeholder => "Search commentary" %> + <%= text_field "search", "text_matches", :id => "quick_search_text_matches", :placeholder => "Search commentary" %> <% end %>