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 cbe32a081e
Hotfix: extract only 'q' element from query string
Occasionally the search results will contain links with arguments such
as 'dq', which was being erroneously used in attempts to extract the 'q'
element from query strings. This enforces that only links with '?q=' or
'&q=' (elements with a standalone 'q' arg) will have the element
extracted.

I also refactored the naming of this element once extracted to be just
'q'. Although this seems counterintuitive, it makes a little more sense
since this element is the one we're extracting. It's a vague url arg
name, but it is what it is.

Bump version to 0.5.2 for hotfix release
3 years ago
..
models Support basic localization (#325) 3 years ago
static Add italian localization (#327) 3 years ago
templates Hotfix: remove site filter for maps links 3 years ago
utils Hotfix: remove site filter for maps links 3 years ago
__init__.py Hotfix: extract only 'q' element from query string 3 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Hotfix: extract only 'q' element from query string 3 years ago
request.py Hotfix: remove site filter for maps links 3 years ago
routes.py Hotfix: remove site filter for maps links 3 years ago