Skip to content

Commit 5482411

Browse files
author
Zachary Scott
committed
Ensure badge data is included in the result
/cc rails/sdoc#71
1 parent ef052cc commit 5482411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rdoc/generator/template/json_index/js/searcher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Searcher.prototype = new function() {
172172
result.path = info[2];
173173
result.params = info[3];
174174
result.snippet = info[4];
175+
result.badge = info[6];
175176
return result;
176177
}
177178

0 commit comments

Comments
 (0)