Searches filename, album, caption, date, and people names.
Consecutive terms are AND'd. Operators: AND OR NOT.
Example: ken OR carol AND NOT vacation
<%= @total %> result<%= @total == 1 ? '' : 's' %> <% if @total > @results.length %>(showing first <%= @results.length %>)<% end %>
<% if @results.empty? %>No photos matched "<%= ERB::Util.html_escape(@search_query) %>".
<% else %> <% end %> <% end %> <% end %>