Skip to content

v0.2.1

Compare
Choose a tag to compare
@anttiai anttiai released this 04 Feb 12:25
· 539 commits to master since this release

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
});