Skip to content

Commit 7cf55d8

Browse files
committed
Replace CSE with Marian in osd.xml
We should have a separate osd.xml for each project, but this matches what I uploaded to the root for now.
1 parent 7e2b1f9 commit 7cf55d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/.static/osd.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
33
<ShortName>MongoDB Help</ShortName>
4-
<LongName>Google Custom Search of MongoDB documentation and wiki</LongName>
5-
<Description>Google Custom Search of MongoDB documentation (docs.mongodb.org) and wiki (www.mongodb.org/display/DOCS)</Description>
4+
<LongName>Google Custom Search of MongoDB documentation</LongName>
5+
<Description>Google Custom Search of MongoDB documentation (docs.mongodb.com)</Description>
66
<Tags>mongodb mongo mongodocs</Tags>
77
<Query role="example" searchTerms="mongodb"/>
8-
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://media.mongodb.org/favicon.ico</Image>
8+
<Image height="32" width="32" type="image/vnd.microsoft.icon">https://docs.mongodb.com/favicon.ico</Image>
99
<Developer>MongoDB, Inc.</Developer>
1010
<Contact>[email protected]</Contact>
11-
<Url type="text/html" rel="results" template="http://www.google.com/cse?cx=017213726194841070573:WMX6838984&amp;ie=UTF-8&amp;q={searchTerms}" />
12-
<Url type="application/opensearchdescription+xml" rel="self" template="http://docs.mongodb.org/osd.xml"/>
13-
<Attribution>Google Custom Search by MongoDB.com</Attribution>
11+
<Url type="text/html" rel="results" template="https://docs.mongodb.com/manual/?query={searchTerms}" />
12+
<Url type="application/opensearchdescription+xml" rel="self" template="https://docs.mongodb.com/osd.xml"/>
1413
</OpenSearchDescription>

0 commit comments

Comments
 (0)