{match.item.idType}
} - {desc} - -{e.idType}
) }; - const moveNext = () => { - const active = searchResults.querySelector("li.active"); - if (!active) { - const elem = searchResults.querySelector("li"); - if (elem) addActive(elem); - } else if (active.nextElementSibling) { - removeActive(active); - addActive(active.nextElementSibling); - } + return { + selectors: sel, + activate: () => { + window.location.href = e.idAnchor; + return 'close'; + }, + onlySearch: !thisp && (`${e.idIdent}.html` !== e.idAnchor), + priority: e.idType ? -1 : 1, + + render(key: string, matched?: MatchedSpan) { + let title; + if (original === key) { + title = highlight(original, matched) + } else { + title = + {original} + + {highlight(key, matched)} + + + }; + + return [ +