Deimplement OSINT+ search

This commit is contained in:
2026-03-12 22:28:33 +00:00
parent 6ceff63b71
commit 12e02ac7ec
13 changed files with 97 additions and 1082 deletions

View File

@@ -1,20 +0,0 @@
{% extends "base.html" %}
{% block content %}
<section class="section">
<div class="container is-max-desktop">
<div class="mb-4">
<h1 class="title is-4 mb-2">Search</h1>
<p class="subtitle is-6 mb-3">
Unified lookup across contacts, identifiers, and messages, with advanced filters for source, date range, sentiment, sort, dedup, and reverse.
</p>
<div class="tags">
<span class="tag is-light">Default Scope: All</span>
<span class="tag is-light">Contacts + Messages</span>
<span class="tag is-light">SIQTSRSS/ADR Controls</span>
</div>
</div>
{% include "partials/osint/search-panel.html" %}
</div>
</section>
{% endblock %}