From 61935c72efa3c164184cecccc7cdc5713a93d654 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 6 Jan 2022 13:45:25 +0100 Subject: [fix] remove broken ? search operator The ? search operator has been broken for some time and currently only raises the question why it's still there. ## Context ## The query "Paris !images" searches for "Paris" in the "images" category. Once upon a time Searx supported "Paris ?images" to search for "Paris" in the currently enabled categories and the "images" category. The feature makes sense ... the ? syntax does not. We will hopefully introduce a +!images syntax in the future. Fixes #702. --- docs/user/search_syntax.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/user') diff --git a/docs/user/search_syntax.rst b/docs/user/search_syntax.rst index 50cd8fabb..e9ed3e870 100644 --- a/docs/user/search_syntax.rst +++ b/docs/user/search_syntax.rst @@ -14,9 +14,6 @@ Prefix ``!`` Prefix: ``:`` to set language -Prefix: ``?`` - to add engines and categories to the currently selected categories - Abbrevations of the engines and languages are also accepted. Engine/category modifiers are chainable and inclusive (e.g. with :search:`!it !ddg !wp qwer ` search in IT category **and** duckduckgo -- cgit v1.2.3