aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorMichael Große <grosse@cosmocode.de>2018-03-20 16:14:00 +0100
committerMichael Große <grosse@cosmocode.de>2018-03-20 16:17:28 +0100
commitbb8ef86758882cd38a7bbafff62a3bc807ffe056 (patch)
treeff41345d776e63b5dcb0455d087292c31c2cc268 /lib/exe/js.php
parent427ed988282f72cb160d09b0830f843d462cc93a (diff)
downloaddokuwiki-bb8ef86758882cd38a7bbafff62a3bc807ffe056.tar.gz
dokuwiki-bb8ef86758882cd38a7bbafff62a3bc807ffe056.zip
feat(search): add search assistance for simple queries
This add some search assistance to simple, single-word search queries which may be restricted to a single namespace. Further improvements: * better styling * trigger events for other plugins * set namespaces directly from fulltext search results * some more config options
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index ee017a41e..4c614f080 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -47,6 +47,7 @@ function js_out(){
DOKU_INC.'lib/scripts/cookie.js',
DOKU_INC.'lib/scripts/script.js',
DOKU_INC.'lib/scripts/qsearch.js',
+ DOKU_INC.'lib/scripts/search.js',
DOKU_INC.'lib/scripts/tree.js',
DOKU_INC.'lib/scripts/index.js',
DOKU_INC.'lib/scripts/textselection.js',