diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-06 17:44:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 17:44:34 +0100 |
| commit | 1196abcfce569191bf56553983759b1ce3e7f234 (patch) | |
| tree | a1fde9cb809a753c2e9ea2526d1a4d65dbaa52fd /docs/admin | |
| parent | 5305ff8cb6ab8774381a6ff98eb1cb142d625704 (diff) | |
| parent | 61935c72efa3c164184cecccc7cdc5713a93d654 (diff) | |
Merge pull request #706 from not-my-profile/remove-broken-quest-op
[fix] remove broken ? search operator
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/engines/settings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index 71e841774..a829b870c 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -302,7 +302,7 @@ engine is shown. Most of the options have a default value or even are optional. search engine. ``shortcut`` : - Code used to execute bang requests (in this case using ``!bi`` or ``?bi``) + Code used to execute bang requests (in this case using ``!bi``) ``base_url`` : optional Part of the URL that should be stable across every request. Can be useful to |