このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
Ben Busby b96e3a0acb
Make base search url a member of the request class
Since the request class is loaded prior to values being read from the
user's dotenv, the WHOOGLE_RESULT_PER_PAGE var wasn't being used for
searches.

This moves the definition of the base search url to be intialized in the
request class to address this issue.

Fixes #497
2021-10-27 11:02:14 -06:00
..
models
static
templates Remove redundant loading of variables.css 2021-10-26 21:11:46 -06:00
utils Skip bolding search terms that are not alphanumeric (#496) 2021-10-27 10:50:21 -06:00
__init__.py
__main__.py
filter.py
request.py Make base search url a member of the request class 2021-10-27 11:02:14 -06:00
routes.py Unescape search response before rendering template 2021-10-26 15:00:39 -06:00