{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Unified Search

Artifact and Share Search

{{ profile.email }}
Search V2

Query Dewey records, then export the result set cleanly.

Search spans artifact records and share-reference records with focused filters for lifecycle status, producer identity, and external-object linkage.

{{ result["total"] }} matches {{ result["timing_ms"] }} ms

Query Composer

Compact filters for the parity-critical file surface.
Reset

Result Surface

Filtered Dewey rows with export-ready normalized output.
Artifacts {{ result["facets"]["artifact"] }} Share Refs {{ result["facets"]["share_reference"] }} Page {{ result["page"] }}
{% if result["items"] %}
{% for item in result["items"] %} {% endfor %}
Record Primary Secondary Status
{{ item.euid }}
{{ item.record_type }}
{% if item.record_type == "artifact" %} {% if item.artifact_type == "literature" %}
{{ item.title or item.name }}
literature{% if item.journal %} / {{ item.journal }}{% endif %}{% if item.year %} / {{ item.year }}{% endif %}
{% else %}
{{ item.original_filename or item.name }}
{{ item.artifact_type }} / {{ item.import_mode or "register" }}
{% endif %} {% else %}
{{ item.target_euid }}
{{ item.transport or "share" }}
{% endif %}
{% if item.record_type == "artifact" %} {% if item.artifact_type == "literature" %}
PMID {{ item.pmid or "n/a" }}{% if item.doi %} / DOI {{ item.doi }}{% endif %}
{% if item.authors %}{{ item.authors|join(", ") }}{% elif item.abstract_snippet %}{{ item.abstract_snippet }}{% else %}Literature artifact{% endif %}
{% else %}
{{ item.storage_uri }}
{{ item.producer_system or "No producer" }}
{% endif %} {% else %}
{{ item.access_url or "No access url" }}
{{ item.expires_at or "No expiry" }}
{% endif %}
{% if item.record_type == "artifact" %} {% if item.artifact_type == "literature" %} {% if item.storage_mode == "managed" %} managed {% elif item.storage_mode %} {{ item.storage_mode }} {% endif %} {% if item.saved_by_me %} saved by me {% endif %} {% if item.saved_by_others_count %} saved by {{ item.saved_by_others_count }} other{% if item.saved_by_others_count != 1 %}s{% endif %} {% endif %} {% for label in item.visible_owner_labels or [] %} {{ label }} {% endfor %} {% if item.storage_status == "verified" %} verified {% elif item.storage_status in ["missing", "error"] %} {{ item.storage_status }} {% else %} {{ item.storage_status or "registered" }} {% endif %} {% else %} {% if item.storage_status == "verified" %} verified {% elif item.storage_status in ["missing", "error"] %} {{ item.storage_status }} {% else %} {{ item.storage_status or "registered" }} {% endif %} {% endif %} {% else %} {% if item.status == "active" %} active {% elif item.status == "error" %} error {% else %} {{ item.status or "pending" }} {% endif %} {% endif %}
{% else %}
No rows matched the current search.
{% endif %}