{% extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block body %}
{% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %}
If you want to limit your search to working code examples, include the keyword "codex" (mnemonic for code example) in your search, e.g., "codex ellipse".
{% if search_performed %}{{ _('Your search did not match any results.') }}
{% endif %} {% endif %}