Skip to content

Commit 918d60a

Browse files
fix search to use full URL (#240)
1 parent 9281460 commit 918d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/js/07-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
? contentText.substring(0, 200).replace(/\s+\S*$/, '') + '...'
293293
: contentText
294294

295-
resultElement.href = hit.relUrl
295+
resultElement.href = hit.url
296296
container.appendChild(resultElement)
297297
})
298298
}

0 commit comments

Comments
 (0)