{# 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 "page.html" %} {# On synthetic pages, do not display Edit/View page source #} {% set synthetic_page = true %} {% set title = _('CrateDB Documentation Search') %} {%- block head_extra -%} {{ super() }} {%- endblock head_extra -%} {% if project == 'SQL 99' %} {% endif %} {% block content %}

{{ _('Search') }}

{% 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 %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any results.') }}

{% endif %} {% endif %} {% if search_results %}
{% endif %} {% else %}
{% endif %}
{% endblock content %} {% block footer_content %} {{ super() }} {% endblock footer_content %}