You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Index functionality added to all widgets with the introduction of the index and variant field.
Adding 2 new widgets: MultiHitsTableWidget and MultiHitsCollectionWidget that can handle multiple indices in different sections.
Introduction of 6 ViewModels that encapsulate the business logic of the widgets. You can use them to easily access the search state for better customization. SearchViewModel, HitsViewModel, MultiHitsViewModel, NumericControlViewModel, FacetControlViewModel, RefinementMenuViewModel.