fix(search): dont search nameLink, fixed #102
This commit is contained in:
parent
83ae93cae0
commit
507d9e834c
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ function escapeHtml (string) {
|
|||
function getAllPaths () {
|
||||
const paths = []
|
||||
|
||||
helper.dom.findAll('a')
|
||||
helper.dom.findAll('a:not(data-nosearch)')
|
||||
.map(node => {
|
||||
const href = node.href
|
||||
const originHref = node.getAttribute('href')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue