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 ffd4276 commit 4f816b7Copy full SHA for 4f816b7
assets/js/search-page.js
@@ -196,7 +196,7 @@ function docTokenFunction (token) {
196
tokens.push(token.clone().update(() => toSplitWords))
197
} else if (toSplitWords.startsWith(':')) {
198
// allow searching for atoms without `:`
199
- toSplitWords = toSplitWords.slice(1)
+ toSplitWords = toSplitWords.substring(1)
200
201
}
202
0 commit comments