{% extends "layout.html" %} {% set current_page = "home" %} {% set title = "OD-Database - Home" %} {% block body %}

OD-Database

{% if stats and stats["file_size"] %}

{{ stats["file_count"] }} files totalling ~{{ stats["file_size"] | filesizeformat }} in {{ stats["website_paths"] }} folders from {{ stats["website_count"] }} website(s)

{% endif %} {% if current_websites %}

Currently indexing {{ current_websites }} 

{% endif %}

Search
Full-text Query Syntax

The following query types are allowed (More information here):

Exact term: "foo"

Term with prefix: "foo*"

File names: "name:foo"

Paths: "path:foo"

Starts with term: "^foo"

NEAR group: "NEAR(foo bar, 3)"

{% endblock body %}