| 
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  | <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | 
					
						
							| 
									
										
										
										
											2016-02-27 18:16:40 +01:00
										 |  |  |   <ShortName>{{ instance_name }}</ShortName> | 
					
						
							| 
									
										
										
										
											2015-12-04 01:41:33 +01:00
										 |  |  |   <Description>a privacy-respecting, hackable metasearch engine</Description> | 
					
						
							| 
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 |  |  |   <InputEncoding>UTF-8</InputEncoding> | 
					
						
							| 
									
										
										
										
											2016-03-02 11:51:11 +01:00
										 |  |  |   <Image>{{ urljoin(host, url_for('static', filename='img/favicon.png')) }}</Image> | 
					
						
							| 
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 |  |  |   <LongName>searx metasearch</LongName> | 
					
						
							|  |  |  |   {% if opensearch_method == 'get' %} | 
					
						
							|  |  |  |     <Url type="text/html" method="get" template="{{ host }}search?q={searchTerms}"/> | 
					
						
							|  |  |  |     {% if autocomplete %} | 
					
						
							|  |  |  |     <Url type="application/x-suggestions+json" method="get" template="{{ host }}autocompleter"> | 
					
						
							|  |  |  |         <Param name="format" value="x-suggestions" /> | 
					
						
							|  |  |  |         <Param name="q" value="{searchTerms}" /> | 
					
						
							|  |  |  |     </Url> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  |   {% else %} | 
					
						
							|  |  |  |     <Url type="text/html" method="post" template="{{ host }}"> | 
					
						
							|  |  |  |         <Param name="q" value="{searchTerms}" /> | 
					
						
							|  |  |  |     </Url> | 
					
						
							|  |  |  |     {% if autocomplete %} | 
					
						
							|  |  |  |     <!-- TODO, POST REQUEST doesn't work --> | 
					
						
							|  |  |  |     <Url type="application/x-suggestions+json" method="get" template="{{ host }}autocompleter"> | 
					
						
							|  |  |  |         <Param name="format" value="x-suggestions" /> | 
					
						
							|  |  |  |         <Param name="q" value="{searchTerms}" /> | 
					
						
							|  |  |  |     </Url> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							|  |  |  | </OpenSearchDescription> |