whoogle-search/app/templates
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
..
display.html Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
error.html Fixed bug in nojs config setting, updated pages to use new favicon and proper headers 2020-04-07 14:12:16 -06:00
header.html Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
index.html Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00
opensearch.xml Feature: autocomplete/search suggestions (#72) 2020-05-24 14:03:11 -06:00