{% extends "base.html" %} {% load event_tags %} {% block content %}
This simple search function will return Tests whose findings, or notes contain the search query, Findings whose title, URL, description, endpoints or references contain the search query and Products whose name or description contain the search query.
| Name | Description |
|---|---|
| {{ product.name }} | {{ product.description|truncatechars:20 }} |
| Title | Date |
|---|---|
| {{ finding.title }} | {{ finding.date }} |
| Type | Date |
|---|---|
| {{ test.test_type }} | {{ test.target_start }} |