mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[docs] document settings.yml: search.languages
Requested-by: @dalf https://github.com/searxng/searxng/pull/996#discussion_r830858139 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									b14ed494fb
								
							
						
					
					
						commit
						a521d4985a
					
				
					 2 changed files with 27 additions and 0 deletions
				
			
		|  | @ -123,6 +123,24 @@ Global Settings | |||
|   Default search language - leave blank to detect from browser information or | ||||
|   use codes from :origin:`searx/languages.py`. | ||||
| 
 | ||||
| ``languages``: | ||||
|   List of available languages - leave unset to use all codes from | ||||
|   :origin:`searx/languages.py`.  Otherwise list codes of available languages. | ||||
|   The ``all`` value is shown as the ``Default language`` in the user interface | ||||
|   (in most cases, it is meant to send the query without a language parameter ; | ||||
|   in some cases, it means the English language) Example: | ||||
| 
 | ||||
|   .. code:: yaml | ||||
| 
 | ||||
|      languages: | ||||
|        - all | ||||
|        - en | ||||
|        - en-US | ||||
|        - de | ||||
|        - it-IT | ||||
|        - fr | ||||
|        - fr-BE | ||||
| 
 | ||||
| ``ban_time_on_fail``: | ||||
|   Ban time in seconds after engine errors. | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,6 +21,15 @@ search: | |||
|   # Default search language - leave blank to detect from browser information or | ||||
|   # use codes from 'languages.py' | ||||
|   default_lang: "" | ||||
|   # Available languages | ||||
|   # languages: | ||||
|   #   - all | ||||
|   #   - en | ||||
|   #   - en-US | ||||
|   #   - de | ||||
|   #   - it-IT | ||||
|   #   - fr | ||||
|   #   - fr-BE | ||||
|   # ban time in seconds after engine errors | ||||
|   ban_time_on_fail: 5 | ||||
|   # max ban time in seconds after engine errors | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser