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.
whoogle-search/test
Ben Busby 72cbc342af Add ability to set temp config in search query
Dark mode, country, interface language, and search language configs
can now be set in the search query by appending each option as a
url parameter.

Supported args are: 'dark', 'lang_search', 'lang_interface', and 'ctry'

Ex: /search?q=%s&dark=1&lang_search=lang_en...

These config settings persist across page navigation and switching
result type, but will be reset if the main search bar is used.

See #144
4 years ago
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 4 years ago
conftest.py Privacy respecting alternatives in results view (#106) 4 years ago
test_autocomplete.py Feature: autocomplete/search suggestions (#72) 4 years ago
test_misc.py Privacy respecting alternatives in results view (#106) 4 years ago
test_results.py Privacy respecting alternatives in results view (#106) 4 years ago
test_routes.py Add ability to set temp config in search query 4 years ago