{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}
The search string was:
It produced the error:
You might want to check your syntax using jsonlint.com. If your syntax is correct, there may be a bug; please file an issue with a copy-paste of your query.
{% else %} {% if files %}The matched files are listed below. {% if staging_available %} Skip down to the {{staging_dest_displayed}} staging section. {% endif %}
{{macros.file_listing(files)}} {% else %}No files matched this search.
{% endif %} {% if staging_available %}You can launch a task that re-runs this search and copies the matched files to {{staging_dest_displayed}}. Only files that have instances that are directly accessible to the Librarian can be copied.
{% endif %} {% endif %} {% endblock %}