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
João 219fc58401
Fix handling of bangs (#851)
Changed the implementation to work if the bang is at anyplace in the query.

Added a check to not spend time looking for an operator if a "!" is not present
in the query.

No longer allowed to have the bang at the "!" char at the end, since this may
cause some conflicts like the issue cited before, where the ! is after a word
in the query, which is natural in most languages.
2 years ago
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 4 years ago
conftest.py Use farside.link for frontend alternatives in results (#560) 2 years ago
test_autocomplete.py Improve public instance session management (#480) 3 years ago
test_misc.py Encode config params in URL (#842) 2 years ago
test_results.py Remove wildcard imports (#791) 2 years ago
test_routes.py Fix handling of bangs (#851) 2 years ago