You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/tests/unit
Martin Fischer 61935c72ef [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.
3 years ago
..
engines [format.python] initial formatting of the python code 3 years ago
network [mod] upgrade httpx 0.21.2 3 years ago
settings
__init__.py [format.python] initial formatting of the python code 3 years ago
test_answerers.py [format.python] initial formatting of the python code 3 years ago
test_engines_init.py [format.python] initial formatting of the python code 3 years ago
test_external_bangs.py [format.python] initial formatting of the python code 3 years ago
test_plugins.py [format.python] initial formatting of the python code 3 years ago
test_preferences.py [format.python] initial formatting of the python code 3 years ago
test_query.py [fix] remove broken ? search operator 3 years ago
test_results.py [format.python] initial formatting of the python code 3 years ago
test_search.py [format.python] initial formatting of the python code 3 years ago
test_settings_loader.py [format.python] initial formatting of the python code 3 years ago
test_standalone_searx.py [format.python] initial formatting of the python code 3 years ago
test_utils.py [format.python] initial formatting of the python code 3 years ago
test_webadapter.py [format.python] initial formatting of the python code 3 years ago
test_webapp.py [format.python] initial formatting of the python code 3 years ago
test_webutils.py [mod] webutils.py: remove dead code 3 years ago