v0.2.1
Click tracking support added to autocomplete component. The link must have a data-analytics-click attribute with the docid as value.
<a href="{{url}}" data-analytics-click="{{id}}">{{title}}</a>
New experimental component segmentedResults to show federated search results in different lists by content type.
searchui.segmentedResults({
containerId: 'container',
client: clientWithFilters,
template: handlebarsTemplate
});