mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] Broken links (to example.org) in official documentation
Closes: https://github.com/searxng/searxng/issues/659 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9fae80facb
commit
cb0e79bf6a
1 changed files with 9 additions and 16 deletions
|
@ -9,31 +9,24 @@ SearXNG allows you to modify the default categories, engines and search language
|
|||
via the search query.
|
||||
|
||||
Prefix ``!``
|
||||
to set Category/engine
|
||||
to set category/engine
|
||||
|
||||
Prefix: ``:``
|
||||
to set language
|
||||
|
||||
Abbrevations of the engines and languages are also accepted. Engine/category
|
||||
modifiers are chainable and inclusive (e.g. with :search:`!it !ddg !wp qwer
|
||||
<?q=%21it%20%21ddg%20%21wp%20qwer>` search in IT category **and** duckduckgo
|
||||
**and** wikipedia for ``qwer``).
|
||||
modifiers are chainable and inclusive. E.g. with ``!it !ddg !wp qwer`` search in
|
||||
IT category **and** duckduckgo **and** wikipedia for ``qwer``.
|
||||
|
||||
See the :search:`/preferences page <preferences>` for the list of engines,
|
||||
categories and languages.
|
||||
See the ``/preferences page`` for the list of engines, categories and languages.
|
||||
|
||||
Examples
|
||||
========
|
||||
|
||||
Search in wikipedia for ``qwer``:
|
||||
- Image search: ``!images Sagrada``
|
||||
- Custom language in wikipedia: ``!wp :hu hackerspace``
|
||||
- Search in wikipedia for ``qwer``:
|
||||
|
||||
- :search:`!wp qwer <?q=%21wp%20qwer>` or
|
||||
- :search:`!wikipedia qwer :search:<?q=%21wikipedia%20qwer>`
|
||||
- ``!wp qwer`` or
|
||||
- ``!wikipedia qwer``
|
||||
|
||||
Image search:
|
||||
|
||||
- :search:`!images Cthulhu <?q=%21images%20Cthulhu>`
|
||||
|
||||
Custom language in wikipedia:
|
||||
|
||||
- :search:`:hu !wp hackerspace <?q=%3Ahu%20%21wp%20hackerspace>`
|
||||
|
|
Loading…
Add table
Reference in a new issue