{% extends "layout.html" %} {% block body %} {% with messages = get_flashed_messages() %} {% if messages %}
×
{% endif %} {% endwith %}
{% if config['TAGLINE'] %}

{{config['TAGLINE']}}

{% endif %}
{% if config['zzzTAGLINE'] %}
{% endif %}

{# update main search index #}

Update Main Search Index

Re-index every document in the remote collection in the search index. Warning: this operation may take a while.

Update Main Index

{# update diff search index #}

Update Diff Search Index

Diff search index only re-indexes documents created after the last search index update. Not currently implemented.

Update Diff Index

{% endblock %}