From e1c5e25667c83124f92d95e5ab7124a5f9384824 Mon Sep 17 00:00:00 2001 From: daita Date: Sat, 29 Oct 2016 09:54:42 -0100 Subject: #46 - displaying suggestions --- appinfo/routes.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index 751f8c3..f03f0ee 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -54,6 +54,11 @@ return [ 'name' => 'search#searchRequest', 'url' => 'ajax/search.php', 'verb' => 'POST' + ], + [ + 'name' => 'search#getSuggestions', + 'url' => 'ajax/suggest.php', + 'verb' => 'POST' ] ] ]; -- cgit v1.2.3