aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-api/resources/html')
-rw-r--r--haddock-api/resources/html/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-api/resources/html/index.js b/haddock-api/resources/html/index.js
index da1b8cf6..6d5b2bfc 100644
--- a/haddock-api/resources/html/index.js
+++ b/haddock-api/resources/html/index.js
@@ -82,7 +82,8 @@ var App = createClass({
threshold: 0.4,
caseSensitive: true,
includeScore: true,
- keys: ["name"]
+ tokenize: true,
+ keys: ["name", "module"]
}),
moduleResults: []
});