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 9d13653 commit 8a259e4Copy full SHA for 8a259e4
src/runtime/components/content/ContentSearch.vue
@@ -152,11 +152,13 @@ function mapLinksItems(links: T[]): ContentSearchItem[] {
152
return links.flatMap(link => [{
153
...link,
154
suffix: link.description,
155
+ description: undefined,
156
icon: link.icon || appConfig.ui.icons.file
157
}, ...(link.children?.map(child => ({
158
...child,
159
prefix: link.label + ' >',
160
suffix: child.description,
161
162
icon: child.icon || link.icon || appConfig.ui.icons.file
163
})) || [])])
164
}
0 commit comments