Use aspas duplas para buscar frases exatas, ex: "documento oficial"
{% if query %}
{% if total_hits > 0 %}

Cerca de {{ total_hits }} resultados encontrados para "{{ query }}"

{% else %}

Nenhum resultado encontrado para "{{ query }}"

{% endif %}
{% if spelling_correction %}

Você quis dizer: {{ spelling_correction }}?

{% endif %} {% if suggestions %}

Talvez você esteja procurando por: {% for suggestion in suggestions %} {{ suggestion }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {% if results %}
{% for result in results %}
{% if result.is_exact_match %} Correspondência exata {% endif %} {% if result.is_related %} Termo relacionado {% endif %}
{{ result.highlighted_title|safe }}
{{ result.highlighted_content|safe }}
{{ result.uploaded_at|date:"d/m/Y" }} {% if result.matching_pages %} Páginas encontradas: {% for page in result.matching_pages %} {{ page }} {% endfor %} {% endif %}
{% endfor %}
{% if total_pages > 1 %} {% endif %} {% else %} {% endif %} {% else %}

BuscaDocs

Pesquise em nossa biblioteca de documentos digitalizados

Dicas de pesquisa:
  • Use aspas duplas para buscar frases exatas: "documento oficial"
  • Tente usar sinônimos se não encontrar resultados
  • Seja específico para encontrar documentos relevantes
{% endif %}