Skip to content

Commit

Permalink
Merge branch 'develop' into fix/2274
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito authored Sep 25, 2017
2 parents 91104e2 + 6be0989 commit dd2e14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/hits/hits.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ hits({
/**
* @typedef {Object} HitsTemplates
* @property {string|function(object):string} [empty=''] Template to use when there are no results.
* @property {string|function(object):string} [item=''] Template to use for each result. This template will receive an object containing a single record.
* @property {string|function(object):string} [item=''] Template to use for each result. This template will receive an object containing a single record. The record will have a new property `__hitIndex` for the position of the record in the list of displayed hits.
* @property {string|function(object):string} [allItems=''] Template to use for the list of all results. (Can't be used with `item` template). This template will receive a complete SearchResults result object, this object contains the key hits that contains all the records retrieved.
*/

Expand Down

0 comments on commit dd2e14b

Please sign in to comment.