このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/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.
2022-09-30 14:39:13 -06:00
..
__init__.py Added testing and ci build, refactored filter class, refactored project structure 2020-04-15 17:41:53 -06:00
conftest.py Use farside.link for frontend alternatives in results (#560) 2021-12-08 17:27:33 -07:00
test_autocomplete.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
test_misc.py Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00
test_results.py Remove wildcard imports (#791) 2022-06-24 10:51:15 -06:00
test_routes.py Fix handling of bangs (#851) 2022-09-30 14:39:13 -06:00