dont match titles

This commit is contained in:
j 2011-12-31 02:44:09 +05:30
parent 9df8d2f266
commit 252eadb0f3

View file

@ -54,7 +54,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'