Skip to content

Commit

Permalink
#2804 add osdd.xml for testingl
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 8, 2024
1 parent f1894f7 commit f8eda0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/test/resources/osdd/osdd.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Fess</ShortName>
<Description>Full Text Search for Your Documents.</Description>
<Tags>Full Text Search</Tags>
<Contact>[email protected]</Contact>
<SearchForm>http://localhost:8080/fess/</SearchForm>
<Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
</OpenSearchDescription>

0 comments on commit f8eda0d

Please sign in to comment.