| 
									
										
										
										
											2021-06-04 11:29:58 +02:00
										 |  |  | .. _configured engines:
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-04 11:29:58 +02:00
										 |  |  | ==================
 | 
					
						
							|  |  |  | Configured Engines
 | 
					
						
							|  |  |  | ==================
 | 
					
						
							| 
									
										
										
										
											2020-11-30 08:35:15 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | .. sidebar:: Further reading ..
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-03 14:54:20 +02:00
										 |  |  |    - :ref:`engines-dev`
 | 
					
						
							| 
									
										
										
										
											2019-12-30 21:56:09 +01:00
										 |  |  |    - :ref:`settings engine`
 | 
					
						
							| 
									
										
										
										
											2020-11-30 08:35:15 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | Explanation of the :ref:`general engine configuration` shown in the table
 | 
					
						
							|  |  |  | :ref:`configured engines`.
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-04 11:29:58 +02:00
										 |  |  | .. table:: The legend for the following table
 | 
					
						
							|  |  |  |    :width: 100%
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-04 11:29:58 +02:00
										 |  |  |    ============= =========== ==================== ============
 | 
					
						
							|  |  |  |    :ref:`engine settings`    :ref:`engine file`
 | 
					
						
							|  |  |  |    ------------------------- ---------------------------------
 | 
					
						
							|  |  |  |    Name (cfg)    ..          Categories
 | 
					
						
							|  |  |  |    ------------- ----------- -------------------- ------------
 | 
					
						
							|  |  |  |    Engine        ..          Paging support       **P**
 | 
					
						
							|  |  |  |    ------------- ----------- -------------------- ------------
 | 
					
						
							|  |  |  |    Shortcut      **S**       Language support     **L**
 | 
					
						
							|  |  |  |    Timeout       **TO**      Time range support   **TR**
 | 
					
						
							|  |  |  |    Disabled      **D**       Engine type          **ET**
 | 
					
						
							|  |  |  |    ------------- ----------- -------------------- ------------
 | 
					
						
							|  |  |  |    Safe search   **SS**
 | 
					
						
							|  |  |  |    ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  |    Weigth        **W**
 | 
					
						
							|  |  |  |    ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  |    Disabled      **D**
 | 
					
						
							|  |  |  |    ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  |    Show errors   **DE**
 | 
					
						
							|  |  |  |    ============= =========== =================================
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-21 09:53:41 +01:00
										 |  |  | .. jinja:: searx
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |    .. flat-table:: Engines configured at built time (defaults)
 | 
					
						
							|  |  |  |       :header-rows: 1
 | 
					
						
							|  |  |  |       :stub-columns: 2
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       * - Name (cfg)
 | 
					
						
							|  |  |  |         - S
 | 
					
						
							|  |  |  |         - Engine
 | 
					
						
							|  |  |  |         - TO
 | 
					
						
							|  |  |  |         - Categories
 | 
					
						
							|  |  |  |         - P
 | 
					
						
							|  |  |  |         - L
 | 
					
						
							|  |  |  |         - SS
 | 
					
						
							|  |  |  |         - D
 | 
					
						
							|  |  |  |         - TR
 | 
					
						
							| 
									
										
										
										
											2020-12-16 13:41:32 +01:00
										 |  |  |         - ET
 | 
					
						
							|  |  |  |         - W
 | 
					
						
							|  |  |  |         - D
 | 
					
						
							|  |  |  |         - DE
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |       {% for name, mod in engines.items() %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       * - {{name}}
 | 
					
						
							|  |  |  |         - !{{mod.shortcut}}
 | 
					
						
							|  |  |  |         - {{mod.__name__}}
 | 
					
						
							|  |  |  |         - {{mod.timeout}}
 | 
					
						
							|  |  |  |         - {{", ".join(mod.categories)}}
 | 
					
						
							|  |  |  |         - {{(mod.paging and "y") or ""}}
 | 
					
						
							|  |  |  |         - {{(mod.language_support and "y") or ""}}
 | 
					
						
							|  |  |  |         - {{(mod.safesearch and "y") or ""}}
 | 
					
						
							|  |  |  |         - {{(mod.disabled and "y") or ""}}
 | 
					
						
							|  |  |  |         - {{(mod.time_range_support and "y") or ""}}
 | 
					
						
							| 
									
										
										
										
											2020-12-16 13:41:32 +01:00
										 |  |  |         - {{mod.engine_type or ""}}
 | 
					
						
							| 
									
										
										
										
											2019-12-30 20:29:37 +01:00
										 |  |  |         - {{mod.weight or 1 }}
 | 
					
						
							|  |  |  |         - {{(mod.disabled and "y") or ""}}
 | 
					
						
							| 
									
										
										
										
											2020-03-29 13:14:06 +02:00
										 |  |  |         - {{(mod.display_error_messages and "y") or ""}}
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |      {% endfor %}
 | 
					
						
							| 
									
										
										
										
											2020-11-30 08:35:15 +01:00
										 |  |  | 
 |