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-12-07 15:51:35 +0300
committerdaita <maxence@pontapreta.net>2016-12-07 15:51:35 +0300
commit9f1b185e9355f8b1acba5c8cff1348339ae24089 (patch)
tree2596f0041fb25c0439a3c875df0c10785924bee5 /appinfo
parent37734cb97bb0899e68730859a8f50da488600e5e (diff)
#90 - options on load
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 0a72d6d..78064a3 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -66,6 +66,12 @@ return [
'verb' => 'POST'
],
[
+ 'name' => 'search#searchOptions',
+ 'url' => 'ajax/search_options.php',
+ 'verb' => 'POST'
+ ],
+
+ [
'name' => 'search#searchRequestPublic',
'url' => 'ajax/search_public.php',
'verb' => 'POST'