aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/generator/template/json_index/js/searcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/generator/template/json_index/js/searcher.js')
-rw-r--r--lib/rdoc/generator/template/json_index/js/searcher.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/generator/template/json_index/js/searcher.js b/lib/rdoc/generator/template/json_index/js/searcher.js
index 0419f2a117..b3b1c58a0f 100644
--- a/lib/rdoc/generator/template/json_index/js/searcher.js
+++ b/lib/rdoc/generator/template/json_index/js/searcher.js
@@ -172,6 +172,7 @@ Searcher.prototype = new function() {
result.path = info[2];
result.params = info[3];
result.snippet = info[4];
+ result.badge = info[6];
return result;
}