Created Query language (markdown)

Adam Tauber 2014-03-08 06:14:06 -08:00
parent 881f010a6b
commit 7778834ef1
1 changed files with 19 additions and 0 deletions

19
Query-language.md Normal file

@ -0,0 +1,19 @@
Searx allows you to modify the default categories, engines and search language via the search query.
Category/engine prefix: **`!`**
Language prefix: **`:`**
Abbrevations of the engines and languages are also accepted.
Engine/category modifiers are chainable and inclusive (e.g. [**`!it !ddg !wp qwer`**](https://searx.0x2a.tk/?q=%21it%20%21ddg%20%21wp%20qwer) - search in IT category **and** duckduckgo **and** wikipedia for `qwer`).
See the [/preferences page](https://searx.0x2a.tk/preferences) for the list of engines, categories and languages.
### Examples
Search in wikipedia for `qwer`: [**`!wp qwer`**](https://searx.0x2a.tk/?q=%21wp%20qwer) or [**`!wikipedia qwer`**](https://searx.0x2a.tk/?q=%21google%20qwer)
Image search: [**`!images chtulhu`**](https://searx.0x2a.tk/?q=%21images%20chtulhu)
Custom language in wikipedia: [**`:hu !wp hackerspace`**](https://searx.0x2a.tk/?q=%3Ahu%20%21go%20hsbp)