Merge pull request #67 from pablouser1/suggestions

Fixed drag and drop
This commit is contained in:
hnhx 2022-09-27 12:07:34 +02:00 committed by GitHub
commit 205eba0d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -4,11 +4,8 @@
<Description>A meta search engine for Google.</Description>
<InputEncoding>UTF-8</InputEncoding>
<LongName>LibreX search</LongName>
<Url rel="results" type="text/html" method="post" template="http://localhost/search.php">
<Param name="q" value="{searchTerms}" />
</Url>
<Url rel="results" type="text/html" method="get" template="http://localhost/search.php?q={searchTerms}" />
<Url type="application/opensearchdescription+xml"
rel="self"
template="/opensearch.xml?method=POST" />
</OpenSearchDescription>
</OpenSearchDescription>