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 76b8888 commit ea191e5Copy full SHA for ea191e5
docs/js/custom.js
@@ -156,6 +156,9 @@ $(document).ready(function() {
156
}
157
});
158
159
+ if ('›' != category.text().trim().slice(-1)) {
160
+ category.append('<span class="aa-suggestion-title-separator" aria-hidden="true"> › </span>');
161
+ }
162
const displayedText = $(element).find('.algolia-docsearch-suggestion--text');
163
if (displayedText.length && displayedText.text() == searchedText+'…') {
164
displayedText.remove();
0 commit comments