Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-10-29 13:54:42 +0300
committerdaita <maxence@pontapreta.net>2016-10-29 13:54:42 +0300
commite1c5e25667c83124f92d95e5ab7124a5f9384824 (patch)
treec0e35e6fbda317c62c0695af87fe3a1c0b1012b3 /appinfo
parent4e6f2788bb870b5812ace29adc7d5efdb47477b7 (diff)
#46 - displaying suggestions
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
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'
]
]
];