<% page_title "Similar Images Search" %> <% noindex if params[:search].present? %>

Reverse Images Search

Paste a URL or upload a file to perform a reverse image search on <%= Danbooru.config.app_name %>.

<%= search_form_for(iqdb_queries_path, method: :post) do |f| %> <%= f.input :post_id, label: "Post ID", input_html: { value: params[:search][:post_id] } %> <%= f.input :url, input_html: { value: params[:search][:url] } %> <%= f.input :hash, input_html: { value: params[:search][:hash] } %> <%= f.input :file, as: :file %> <%= f.submit "Search" %> <% end %>
<%= render "iqdb_queries/matches" %>
<%= render "uploads/secondary_links" %>