From cecec4cb4d71d552134ff6e5a5c925fbce92dba6 Mon Sep 17 00:00:00 2001 From: hrodmn Date: Wed, 16 Jul 2025 10:07:53 -0500 Subject: [PATCH] feat: use conformance classes to enable/disable collection search box --- stac_fastapi/html/templates/collections.html | 64 ++++++++++++++------ 1 file changed, 46 insertions(+), 18 deletions(-) diff --git a/stac_fastapi/html/templates/collections.html b/stac_fastapi/html/templates/collections.html index 9b9af5a..5f8022d 100644 --- a/stac_fastapi/html/templates/collections.html +++ b/stac_fastapi/html/templates/collections.html @@ -33,8 +33,7 @@

Collections

Showing {{ template.params.get("offset", 0)|int + 1 }} - {{ template.params.get("offset", 0)|int + response.numberReturned }} of {{ response.numberMatched }} collections - - +
@@ -94,6 +93,32 @@

Collections

{% endif %} {% endblock %}