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/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
3 years ago
..
models Allow setting "Accept-Language" header (#483) 3 years ago
static Update default theme css 3 years ago
templates Remove redundant loading of variables.css 3 years ago
utils Skip bolding search terms that are not alphanumeric (#496) 3 years ago
__init__.py Bump version to 0.6.0 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Add WHOOGLE_MINIMAL to docs, tweak min mode logic 3 years ago
request.py Make base search url a member of the request class 3 years ago
routes.py Unescape search response before rendering template 3 years ago