Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sandbox' into fix-lint-errors-in…
Browse files Browse the repository at this point in the history
…-sandbox
  • Loading branch information
osfameron committed Feb 23, 2024
2 parents 6155b8d + 2fb741a commit b3cb1d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/vendor/docsearch.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
return accum
}, {})
)
.filter(a => a[1].title)
.sort(function (a, b) {
return a[1].title.replace(/^\./, '').localeCompare(b[1].title.replace(/^\./, ''))
})
Expand All @@ -324,7 +325,7 @@
return {
name: hit.component,
version: hit.cversion,
title: hit.component_title,
title: hit.component_title || hit.component || '',
}
}

Expand Down

0 comments on commit b3cb1d3

Please sign in to comment.