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 15dcbb0 commit 7d4d800Copy full SHA for 7d4d800
static/search.js
@@ -315,7 +315,7 @@ var Search = Control.extend({
315
var searchIndexVersionKey = this.formatLocalStorageKey(this.searchIndexVersionLocalStorageKey);
316
var index = this.getLocalStorageItem(searchIndexKey);
317
var indexVersion = this.getLocalStorageItem(searchIndexVersionKey);
318
- var currentIndexVersion = 2;// Bump this whenever the index code is changed
+ var currentIndexVersion = 3;// Bump this whenever the index code is changed
319
320
if (index && currentIndexVersion === indexVersion) {
321
searchEngine = lunr.Index.load(index);
0 commit comments