このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
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
..
models Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00
static Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00
templates Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00
utils Fix handling of bangs (#851) 2022-09-30 14:39:13 -06:00
__init__.py Use `read_config_bool` for vars in app init (#848) 2022-09-20 11:11:27 -06:00
__main__.py
filter.py
request.py
routes.py Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00