{# basic/search.html ~~~~~~~~~~~~~~~~~ Template for the search page. :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {# On synthetic pages, do not display Edit/View page source #} {% set synthetic_page = true %} {% set title = _('Search') %} {% block extra_head %} {% if project == 'SQL 99' %} {% endif %} {% endblock %} {% block body %}
{% trans %}From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list.{% endtrans %}
{% if project == 'SQL 99' %} {% if search_performed %}{{ _('Your search did not match any results.') }}
{% endif %} {% endif %}