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 ff0aaa9 commit e2c15bdCopy full SHA for e2c15bd
docs/js/instantsearch.js
@@ -6,7 +6,7 @@
6
const parsed_search_page = parseInt(search_page);
7
let version = doc.location.pathname.split('/')[2];
8
if (!/^\d+\.\d+$/.test(version) && version !== 'latest') {
9
- version = 'master';
+ version = 'latest';
10
}
11
const hitsContainer = '#hits';
12
const statsContainer = '#stats';
0 commit comments