| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | .. _engines generic:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | =======
 | 
					
						
							| 
									
										
										
										
											2019-12-30 20:29:37 +01:00
										 |  |  | Engines
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | =======
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. sidebar:: Further reading ..
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-30 21:56:09 +01:00
										 |  |  |    - :ref:`settings engine`
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  |    - :ref:`engine settings`
 | 
					
						
							|  |  |  |    - :ref:`engine file`
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ============= =========== ==================== ============
 | 
					
						
							|  |  |  | :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**       Offline              **O**
 | 
					
						
							|  |  |  | ------------- ----------- -------------------- ------------
 | 
					
						
							|  |  |  | Safe search   **SS**
 | 
					
						
							| 
									
										
										
										
											2019-12-30 20:29:37 +01:00
										 |  |  | ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  | Weigth        **W**
 | 
					
						
							|  |  |  | ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  | Disabled      **D**
 | 
					
						
							| 
									
										
										
										
											2020-03-29 13:14:06 +02:00
										 |  |  | ------------- ----------- ---------------------------------
 | 
					
						
							|  |  |  | Show errors   **DE**
 | 
					
						
							| 
									
										
										
										
											2019-12-21 17:13:38 +01:00
										 |  |  | ============= =========== =================================
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Configuration defaults (at built time):
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. _configured engines:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. jinja:: webapp
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    .. 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
 | 
					
						
							|  |  |  |         - O
 | 
					
						
							| 
									
										
										
										
											2019-12-30 20:29:37 +01:00
										 |  |  | 	- W
 | 
					
						
							|  |  |  | 	- D
 | 
					
						
							| 
									
										
										
										
											2020-03-29 13:14:06 +02:00
										 |  |  | 	- 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 ""}}
 | 
					
						
							|  |  |  |         - {{(mod.offline and "y") 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 %}
 |