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 4d2cd5e commit 63b4b50Copy full SHA for 63b4b50
example/app.js
@@ -5,7 +5,7 @@ var instantsearch = require('../');
5
var search = new instantsearch.InstantSearch(
6
'latency',
7
'6be0576ff61c053d5f9a3225e2a90f76',
8
- 'bestbuy'
+ 'instant_search'
9
);
10
11
search.addWidget(
example/templates/hit.html
@@ -4,9 +4,9 @@
4
<img class="media-object" src="{{image}}">
</a>
<div class="media-body">
- <h3 class="pull-right text-right text-info">${{salePrice}}</h3>
+ <h3 class="pull-right text-right text-info">${{price}}</h3>
<h4>{{{_highlightResult.name.value}}}</h4>
- <p>{{{_highlightResult.shortDescription.value}}}</p>
+ <p>{{{_highlightResult.description.value}}}</p>
</div>
12
0 commit comments