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>
							 | 
						
					
						
							
								
									
										
										
										
											2021-04-03 13:56:47 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  <Image>{{ url_for('static', filename='img/favicon.png', _external=True) }}</Image>
							 | 
						
					
						
							
								
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  <LongName>searx metasearch</LongName>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  {% if opensearch_method == 'get' %}
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-30 06:25:05 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <Url rel="results" type="text/html" method="get" template="{{ url_for('search', _external=True) }}?q={searchTerms}"/>
							 | 
						
					
						
							
								
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  {% else %}
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-30 06:25:05 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <Url rel="results" type="text/html" method="post" template="{{ url_for('search', _external=True) }}">
							 | 
						
					
						
							
								
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        <Param name="q" value="{searchTerms}" />
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    </Url>
							 | 
						
					
						
							
								
									
										
										
										
											2020-06-18 19:37:14 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  {% endif %}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  {% if autocomplete %}
							 | 
						
					
						
							
								
									
										
										
										
											2021-04-03 13:56:47 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    <Url rel="suggestions" type="application/x-suggestions+json" template="{{ url_for('autocompleter', _external=True) }}?q={searchTerms}"/>
							 | 
						
					
						
							
								
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  {% endif %}
							 | 
						
					
						
							
								
									
										
										
										
											2020-10-05 15:38:05 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  <Url type="application/opensearchdescription+xml"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								      rel="self"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								      template="{{ opensearch_url }}" />
							 | 
						
					
						
							
								
									
										
										
										
											2014-08-18 10:44:46 +02:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								</OpenSearchDescription>
							 |