diff --git a/pandora/app/views.py b/pandora/app/views.py index a297c485..124fd27f 100644 --- a/pandora/app/views.py +++ b/pandora/app/views.py @@ -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'