diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-08-29 07:55:38 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-08-29 08:05:33 +0200 |
commit | 24ccb9b706e3555bf06f35e2f4007565d76fa1b8 (patch) | |
tree | 2b654e0f5b06aa5a16777a50ebcf32a1f35c6b36 /haddock-api/resources/html | |
parent | 9d1a32f264008700ebc6e29429b06606422fadda (diff) |
Include subordinates in content index
Diffstat (limited to 'haddock-api/resources/html')
-rw-r--r-- | haddock-api/resources/html/index.js | 3 |
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: [] }); |