We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd3e7e commit abf4a75Copy full SHA for abf4a75
readthedocs/core/static-src/core/js/doc-embed/search.js
@@ -38,8 +38,7 @@ function attach_elastic_search_query(data) {
38
var list_item = $('<li style="display: none;"></li>');
39
40
// Creating the result from elements
41
- var link = doc.link + DOCUMENTATION_OPTIONS.FILE_SUFFIX +
42
- '?highlight=' + $.urlencode(query);
+ var link = doc.link + '?highlight=' + $.urlencode(query);
43
44
var item = $('<a>', {'href': link});
45
item.html(doc.title);
0 commit comments