From b63c54c4ce618749be305a91588ffd715df495da Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Tue, 7 Jan 2025 00:23:09 +0100 Subject: [PATCH] (search) Update opensearch.xml to point to non-redirecting domains. --- .../resources/static/search/opensearch.xml | 6 +++--- .../search-service/resources/static/opensearch.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/services-application/search-service-legacy/resources/static/search/opensearch.xml b/code/services-application/search-service-legacy/resources/static/search/opensearch.xml index 7b6d14a3..afa6c9d9 100644 --- a/code/services-application/search-service-legacy/resources/static/search/opensearch.xml +++ b/code/services-application/search-service-legacy/resources/static/search/opensearch.xml @@ -8,8 +8,8 @@ Marginalia Search Marginalia UTF-8 - https://search.marginalia.nu/favicon.ico + https://old-search.marginalia.nu/favicon.ico - https://search.marginalia.nu/ + template="https://old-search.marginalia.nu/search?query={searchTerms}&ref=opensearch"/> + https://old-search.marginalia.nu/ \ No newline at end of file diff --git a/code/services-application/search-service/resources/static/opensearch.xml b/code/services-application/search-service/resources/static/opensearch.xml index 7b6d14a3..51fc3f11 100644 --- a/code/services-application/search-service/resources/static/opensearch.xml +++ b/code/services-application/search-service/resources/static/opensearch.xml @@ -8,8 +8,8 @@ Marginalia Search Marginalia UTF-8 - https://search.marginalia.nu/favicon.ico + https://marginalia-search.com/favicon.ico - https://search.marginalia.nu/ + template="https://marginalia-search.com/search?query={searchTerms}&ref=opensearch"/> + https://marginalia-search.com/ \ No newline at end of file