Skip to content

Commit

Permalink
fix: broken docker opensearch.xml (merge pull request #136 from coded…
Browse files Browse the repository at this point in the history
…ipper/fix-opensearch)

fix: broken docker opensearch.xml
  • Loading branch information
Ahwxorg authored Mar 31, 2024
2 parents e49f605 + e874892 commit cba2f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/opensearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<InputEncoding>${OPEN_SEARCH_ENCODING}</InputEncoding>
<LongName>${OPEN_SEARCH_LONG_NAME}</LongName>
<Url rel="results" type="text/html" method="get" template="${OPEN_SEARCH_HOST}/search.php?q={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="/opensearch.xml?method=GET" />
<Url type="application/opensearchdescription+xml" rel="self" template="${OPEN_SEARCH_HOST}/opensearch.xml?method=GET" />
</OpenSearchDescription>

0 comments on commit cba2f30

Please sign in to comment.