We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cb65e commit 62a0f1eCopy full SHA for 62a0f1e
app/templates/components/search-input/dropdown-result.hbs
@@ -28,7 +28,7 @@
28
</div>
29
</LinkTo>
30
{{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>
+ <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>
32
<div class="algolia-docsearch-suggestion--subcategory-inline">
33
{{!-- Sometimes hierarchy lvl1 is null, fall-back to lvl0 --}}
34
{{#if this.result._highlightResult.hierarchy.lvl1}}
0 commit comments