whoogle-search/app
DUO Labs 2c9cf3ecc6
Bold search query in results (#487)
This modifies the search result page by bold-ing all appearances
of any word in the original query. If portions of the query are in
quotes (i.e. "ice cream"), only exact matches of the sequence of
words will be made bold.

Co-authored-by: Ben Busby <noreply+git@benbusby.com>
2021-10-26 14:59:23 -06:00
..
models Allow setting "Accept-Language" header (#483) 2021-10-25 15:49:09 -06:00
static Update default theme css 2021-10-23 23:56:38 -06:00
templates Allow setting "Accept-Language" header (#483) 2021-10-25 15:49:09 -06:00
utils Bold search query in results (#487) 2021-10-26 14:59:23 -06:00
__init__.py Bump version to 0.6.0 2021-10-11 17:44:57 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Add WHOOGLE_MINIMAL to docs, tweak min mode logic 2021-10-26 10:38:20 -06:00
request.py Allow setting number of results per page (#486) 2021-10-26 10:28:38 -06:00
routes.py Bold search query in results (#487) 2021-10-26 14:59:23 -06:00