diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-10 10:34:14 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-01-10 10:34:14 +0100 |
| commit | 392e29836946c34e9e35101a7a5a1f1072671a1d (patch) | |
| tree | 12a316e99d6b6dfefb16cf722d3df203f3bf2bef /docs | |
| parent | 3fbefb4d99ee4f8e2705f1537393dced94b53180 (diff) | |
[doc] fix outdated settings example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/search_syntax.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/search_syntax.rst b/docs/user/search_syntax.rst index e9ed3e870..06aa978fb 100644 --- a/docs/user/search_syntax.rst +++ b/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. |