fix opensearch template

This commit is contained in:
j 2012-03-03 13:36:24 +01:00
parent d1ed12895a
commit 141683d309

View file

@ -74,7 +74,7 @@ def opensearch_xml(request):
e = ET.SubElement(osd, 'Url')
e.attrib['type'] = 'text/html'
e.attrib['method'] = 'GET'
e.attrib['template'] = "%s={searchTerms}" % request.build_absolute_uri('/')
e.attrib['template'] = "%s*={searchTerms}" % request.build_absolute_uri('/')
'''
e = ET.SubElement(osd, 'Url')
e.attrib['type'] = 'application/x-suggestions+json'