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.
2 parents 9f5893a + 79ce093 commit 1b0c4fdCopy full SHA for 1b0c4fd
assets/js/wp-a11y-docs.js
@@ -344,7 +344,7 @@ jtd.onReady(function() {
344
var results = index.query(function(queryObj) {
345
var tokens = lunr.tokenizer(input);
346
queryObj.term(tokens, { boost: 10 });
347
- queryObj.term(tokens, { wildcard: lunr.Query.wildcard.TRAILING });
+ queryObj.term(tokens, { wildcard: lunr.Query.wildcard.TRAILING | lunr.Query.wildcard.LEADING });
348
});
349
350
// Fuzzy fallback
0 commit comments