Browse Source

[doc] fix outdated settings example

Martin Fischer 3 years ago
parent
commit
392e298369
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/user/search_syntax.rst

+ 2 - 2
docs/user/search_syntax.rst

@@ -51,13 +51,13 @@ Example configuration in settings.yml for a German and English speaker:
  .. code-block:: yaml
 
     search:
-        language : "de"
+        default_lang : "de"
         ...
 
     engines:
       - name : google english
         engine : google
-        language : english
+        language : en
         ...
 
 When searching, the default google engine will return German results and "google english" will return English results.