Searchstax-SearchOverviewWidget Angular The SearchstaxOverviewWidget for Angular displays search feedback and stats. Usage Import the component: Add to template: Inputs Properties Methods Template Binding Properties The templateOverrides provides: See Example of… Continue reading Searchstax-SearchOverviewWidget Angular
SearchStudio Category: Developer Documentation
Widget Configuration
Widget Configuration The UI library provides several widgets that can be configured and added to a page. Each widget has a configuration object that defines its options. Widget Description Implementation… Continue reading Widget Configuration
Styling
Styling The searchstudio-ux-js library comes with a default CSS theme located at: To use the default styling, simply import this CSS file: Customization The default CSS classes can be overridden… Continue reading Styling
JS Widgets
Widgets for searchstudio-ux-js To learn more about the SearchStudio-UX-JS Widgets, follow the links to each page to see the templates and examples: Questions? Do not hesitate to contact the SearchStax… Continue reading JS Widgets
Input Widget JS
Input Widget JS The Input widget provides the search input field with autosuggest/autocomplete capabilities. Usage Template Override The input widget template option allows customizing the UI templates. mainTemplate Main wrapper… Continue reading Input Widget JS
Results Widget JS
Results Widget JS The Results Widget for UX-JS displays the search results. Usage Template Override The result widget template option allows customizing the UI templates. mainTemplate Main wrapper template for… Continue reading Results Widget JS
Facets Widget JS
Facets Widget JS The Facets Widget for UX-JS displays faceted filters for search. Usage Multiple Instances Multiple instances of the Facets widget can be added by calling the addFacetsWidget method… Continue reading Facets Widget JS
Pagination Widget JS
Pagination Widget JS Displays a pagination control for UX-JS. Usage Multiple Instances Multiple instances of the Pagination widget can be added by calling the addPaginationWidget method multiple times with different… Continue reading Pagination Widget JS
Search Feedback Widget JS
Search Feedback Widget JS Displays search feedback and stats for UX-JS. Usage Multiple Instances Multiple instances of the SearchFeedback widget can be added by calling the addSearchFeedbackWidget method multiple times… Continue reading Search Feedback Widget JS
Related Searches Widget JS
Related Searches Widget JS Displays related searches for UX-JS. Usage Template Override The Related Searches widget template option allows customizing the UI templates. mainTemplate Main template for the related searches… Continue reading Related Searches Widget JS