{% extends "modern/base.html" %} {% block title %}Search - BLOOM LIMS{% endblock %} {% block content %}
{% if search_response.total > 0 %} Showing {{ results | length }} of {{ search_response.total }} result(s) {% elif query or types or record_types %} No results found {% else %} Search instances, templates, lineage, and audit records {% endif %}
Results were truncated by the configured scan cap.
{% endif %}| Record | Category | Type | Name | Status | Timestamp | |
|---|---|---|---|---|---|---|
|
{{ result.record_type }}
{% if detail_euid %}
{{ detail_euid }}
{% else %}
-
{% endif %}
|
{{ result.category or '-' }} | {{ result.type or '-' }} /{{ result.subtype or '-' }} | {{ result.name or '-' }} | {{ result.status or '-' }} | {{ result.timestamp or result.created_dt or '-' }} | {% if detail_euid %} {% else %} - {% endif %} |
Try adjusting your query, category, or record type filters.
You can search free text and combine category/record-type filters.