diff --git a/Query-language.md b/Query-language.md new file mode 100644 index 0000000..c613c81 --- /dev/null +++ b/Query-language.md @@ -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) \ No newline at end of file