Skip to content

Commit 62a0f1e

Browse files
committed
fix search
1 parent d9cb65e commit 62a0f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/search-input/dropdown-result.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
</LinkTo>
3030
{{else}}
31-
<LinkTo @route="project-version.classes.class.methods.method" @models={{array this.module this.version}} @query={{hash anchor=this.result.name}} data-test-search-result>
31+
<LinkTo @route="project-version.classes.class.methods.method" @models={{array this.module this.version result.class result.name}} @query={{hash anchor=this.result.name}} data-test-search-result>
3232
<div class="algolia-docsearch-suggestion--subcategory-inline">
3333
{{!-- Sometimes hierarchy lvl1 is null, fall-back to lvl0 --}}
3434
{{#if this.result._highlightResult.hierarchy.lvl1}}

0 commit comments

Comments
 (0)