Moteur de recherche AZ

Nouvelle recherche

{% if q %}
Résultats Possible
{% if wiki_results %} {% for w in wiki_results %}
Wikipedia
{{w.summary}}
⬇ Télécharger 🔗 Partager (Voir Wikipedia ci-dessus)
{% endfor %} {% else %}
Aucun résultat Possible.
{% endif %}
Autres résultats ({{total}})
{% if results %} {% for r in results %} {% set skip = false %} {% for bad in ['.venv', 'site-packages', '__pycache__', '.git', '.mypy_cache', '.idea', '.vscode', 'env', 'venv', 'build', 'dist', '.eggs'] %} {% if bad in r.path %} {% set skip = true %} {% endif %} {% endfor %} {% if not skip %}
{% if r.ext in ['.png', '.jpg', '.jpeg', '.gif', '.bmp', '.tiff'] and r.path and (r.path[0] == '/' or r.path[1:3] == ':\\') %}
miniature
{% endif %} {% if r.path[:7] == 'http://' or r.path[:8] == 'https://' %} {{r.title or r.path}} {% else %} {{r.title or r.path}} {% endif %} {{r.path}}
{{r.snippet|safe}}
{% if r.meta %} Méta : {% for k, v in r.meta.items() %} {{k}}: {{v}} {% endfor %} {% endif %} Date modif: {{r.mtime}} Taille: {{r.size}} o Type: {{r.ext}} {% if r.author %}Auteur: {{r.author}}{% endif %}
📄 Voir ⬇ Télécharger 🔗 Partager
{% endif %} {% endfor %} {% else %}
Aucun résultat local.
{% if suggestions %}
Suggestions : {{ suggestions|join(', ') }}
{% endif %} {% endif %}
{% if page > 1 %} ⬅ Précédent {% endif %} {% if page*per_page < total %} Suivant ➡ {% endif %}
{% endif %}

📊 Tableau de bord

Documents indexés : {{ indexer.doc_count }}
Mots uniques : {{ indexer.stats.unique_terms }}
Taille totale : {{ indexer.stats.total_size }} octets