diff --git a/web/templates/search.html b/web/templates/search.html index d5a2282..25c5b49 100644 --- a/web/templates/search.html +++ b/web/templates/search.html @@ -1,36 +1,34 @@ {% extends "base.html" %} -{% block title %}Search - Illustrations DB{% endblock %} +{% load static %} + {% block content %} -
{{ q }} in the selected fields.How to search: Type words or phrases (quotes for exact), use wildcards, and choose which fields to search.
- -Use wildcards: * matches many characters (e.g., *love*), ? matches one. By default we search Subject, Illustration, and Application.