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 c5dbbe8 commit b733b01Copy full SHA for b733b01
docs/js/instantsearch.js
@@ -76,7 +76,7 @@
76
const hierarchy = Object.entries(item.hierarchy).filter(([, value]) => value);
77
const breadcrumbsKeys = hierarchy.map(([key]) => key);
78
const groupNameKey = breadcrumbsKeys.shift();
79
- const entryNameKey = breadcrumbsKeys.pop();
+ const entryNameKey = breadcrumbsKeys.shift();
80
const newItem = {
81
entryNameKey,
82
breadcrumbsKeys,
@@ -130,7 +130,7 @@
130
<div class="instantsearch__entry-breadcrumbs">
131
${breadcrumbsHTML}
132
</div>
133
- </div>`;
+ </a>`;
134
135
groupContentHTML += childHTML;
136
});
0 commit comments