whoogle-search/app
Ben Busby 21012f5265
Feature: autocomplete/search suggestions (#72)
Basic autocomplete/search suggestion functionality added

* Adds new GET and POST routes for '/autocomplete' that accept a string query and returns an array of suggestions

* Adds new autoscript.js file for handling queries on the main page and results view

* Updated requests class to include autocomplete method

* Updated opensearch template to handle search suggestions

* Added header template to allow for autocomplete on results view

* Updated readme to mention autocomplete feature
2020-05-24 14:03:11 -06:00
..
models Feature: country and safe search config options (#71) 2020-05-23 14:27:23 -06:00
static Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
templates Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
__init__.py Bumped version to 0.1.4 2020-05-22 16:08:47 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
request.py Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
routes.py Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00