• Cloud Docs
  • Studio Docs
  • Help Center
  • Support
  • Contact Us
  • Sign-In
SearchStax Studio SearchStax Studio DocumentationDeveloper DocumentationSearch UI Kit
Filters
  • Cloud Docs
  • Studio Docs
  • Help Center
  • Support
  • Contact Us
  • Sign-In
  • Search
  • Free Trial
  • Sign-In
    • Studio Docs Home
    • How to File a Support Ticket
    • User Documentation
      • Getting Started
        • Getting Started
        • Navigation Menu
        • Task List
        • Your First Search
      • Analytics and Insights
        • Overview
        • Dashboard
        • Searches
        • Items
        • Power Search
        • Search Feedback
        • Analytics Glossary
      • Search Experience
        • Overview
        • Results Configuration
        • Results and Display
        • Faceting
        • Sorting
        • Basic Relevance
        • Stopwords
        • Synonyms
        • Spell Check
        • Relevance Modeling
        • Model Details
        • Search Fields
        • Global Filters
        • Ranking
        • Rules
        • Promotions
        • Search Preview
        • Editing Themes with Theme Editor
      • Recommendations
        • Overview
        • Auto-Suggest
        • Related Searches
    • Developer Documentation
      • Studio Developer Documentation
      • Search UI Kit
        • Search UI Kit
        • WCAG 2.1 Compliance
        • Searchstudio-ux-js
          • What is searchstudio-ux-js
          • Getting Started UX-JS
          • Widget Configuration
          • Styling
          • JS Widgets
          • Input Widget JS
          • Results Widget JS
          • Facets Widget JS
          • Pagination Widget JS
          • Search Feedback Widget JS
          • Related Searches Widget JS
          • External Promotions Widget JS
          • Sorting Widget JS
          • Interfaces
        • Searchstudio-ux-vue
          • What is searchstudio-ux-vue
          • Getting Started with searchstudio-ux-vue
          • Vue Widgets
          • SearchstaxInputWidget for Vue
          • SearchstaxResultWidget for Vue
          • SearchstaxFacetsWidget for Vue
          • Searchstax-PaginationWidget Vue
          • SearchstaxSearch-FeedbackWidget Vue
          • Searchstax-RelatedSearchesWidget Vue
          • Searchstax- ExternalPromotions-Widget Vue
          • Searchstax-SortingWidget for Vue
          • Searchstax-ux-vue Styling
        • Searchstudio-ux-react
          • What is searchstudio-ux-react
          • Getting Started with searchstudio-ux-react
          • SearchstaxInputWidget React
          • SearchstaxResultWidget React
          • SearchstaxFacetsWidget React
          • Searchstax-PaginationWidget React
          • React Widgets
          • Searchstax-RelatedSearchesWidget React
          • Searchstax-SearchOverviewWidget React
          • Searchstax- ExternalPromotions-Widget React
          • Searchstax-SortingWidget React
          • Searchstax-ux-react Styling
        • Searchstudio-ux-angular
          • What is searchstudio-ux-angular
          • Getting Started with searchstudio-ux-angular
          • Angular Widgets
          • SearchstaxInputWidget Angular
          • SearchstaxResultWidget Angular
          • SearchstaxFacetsWidget Angular
          • Searchstax-PaginationWidget Angular
          • Searchstax-RelatedSearchesWidget Angular
          • Searchstax- ExternalPromotions-Widget Angular
          • Searchstax-SortingWidget Angular
          • Searchstax-ux-angular Styling
          • Searchstax-SearchOverviewWidget Angular
      • SearchStax Studio App
        • Overview
        • Creating a SearchStax Studio App
        • App Settings
        • App Summary Tab
        • Search API Tab
        • Discovery API Tab
        • Analytics API Tab
        • Search Feedback Tab
      • API Documentation
        • Overview
        • Search APIs
          • Overview
          • Search API
          • Auto-Suggest API
        • Analytics APIs
          • Overview
          • Tracking API (REST)
          • Tracking API (Javascript)
          • Reporting API (REST)
        • Discovery APIs
          • Overview
          • Popular Searches API
          • Related Searches API
        • Ingest APIs
          • Ingest API
      • Security
        • Overview
        • Change Your Password
        • Two-Factor Authentication
        • Single Sign-On
        • Single Sign-On - OKTA
      • Multi-Language Experiences
        • Multi-Language Experiences
      • UX Accelerators
        • Overview
        • Browser Compatibility
        • SearchJS Module
        • External Promotions in SearchJS
        • Search Widget
        • Feedback Widget
      • Integrations
        • Sitecore Module 2.0.0
        • Upgrade to Module 2.0.0
        • Mapping Sitecore Fields
        • Sitecore Module FAQ
        • Custom Search Page
        • Modify Configs
        • Field for Faceting/Sorting in Sitecore
        • Multi-Site Search
        • Multi-Root Crawling
        • Sitecore Module with Docker
        • Sitecore SXA
        • Sitecore Personalization
        • Drupal Module
        • Set Up Drupal Module
        • Mapping Drupal Fields
        • Drupal Module Functionality
        • Drupal Auto-Suggest
        • Drupal FAQ
      • Theme Editor Reference
        • Variables and Functions
        • Example Theme
    • Administration
      • Billing & Payments
        • Overview
        • Service Limits
        • Subscriptions
        • Billing Information
        • Payment Method
        • Order History
        • Invoice History
        • Studio Regions
      • Account Management
        • Overview
        • Managing Users
        • Cancel App Subscription
        • Close Account

SearchStudio Category: Search UI Kit

SearchstaxInputWidget React

SearchstaxInputWidget for React The SearchstaxInputWidget component for React provides a search input with autosuggest/autocomplete functionality. Usage Props inputTemplate The inputTemplate prop allows customizing the input UI. It receives the following… Continue reading SearchstaxInputWidget React

SearchstaxInputWidget for Vue

SearchstaxInputWidget Vue The SearchstaxInputWidget provides a search input box with autosuggest/autocomplete functionality. Usage Props Slots #input Allows customizing the input box UI. Slot props: Usage Example Questions? Do not hesitate… Continue reading SearchstaxInputWidget for Vue

SearchstaxInputWidget Angular

SearchstaxInputWidget for Angular The SearchstaxInputWidget component for Angular provides a search input with autosuggest/autocomplete functionality. Usage Import the component: Add it to the template: Inputs Methods Template Binding Properties The… Continue reading SearchstaxInputWidget Angular

SearchstaxResultWidget React

Searchstax ResultWidget React The SearchstaxResultsWidget for React component displays the search results. Usage Props noResultTemplate Customize the no results UI. It receives: resultsTemplate Customize the results UI. It receives: Example… Continue reading SearchstaxResultWidget React

SearchstaxResultWidget for Vue

Searchstax ResultWidget for Vue The SearchstaxResultsWidget component displays the search results. Props Slots #noResult Custom content when no results are found. #results Custom template for rendering the results. Slot props:… Continue reading SearchstaxResultWidget for Vue

SearchstaxResultWidget Angular

Searchstax ResultWidget Angular The SearchstaxResultsWidget for Angular component displays the search results. Usage Import the component: Add it to the template: Inputs Properties Methods Template Binding Properties The noResultsTemplate provides… Continue reading SearchstaxResultWidget Angular

SearchstaxFacetsWidget React

SearchstaxFacetsWidget React The SearchstaxFacetsWidget component displays the search facets. Usage Props Template Props Customize the UI by passing template functions. facetsTemplateDesktop Renders the desktop facets UI. Receives: facetsTemplateMobile Renders the… Continue reading SearchstaxFacetsWidget React

SearchstaxFacetsWidget for Vue

SearchstaxFacetsWidget for Vue The SearchstaxFacetsWidget component displays the facet filters. Props Slots #desktopFacets Custom template for desktop facets. Slot props: #mobileFacets Custom template for mobile facets. Slot props: Usage The… Continue reading SearchstaxFacetsWidget for Vue

SearchstaxFacetsWidget Angular

SearchstaxFacetsWidget Angular The SearchstaxFacetsWidget for Angular component displays the search facets. Usage Import the component: Add to template: Inputs Properties Methods Template Binding Properties templateOverrideDesktop provides: templateOverrideMobile provides: See Example… Continue reading SearchstaxFacetsWidget Angular

Searchstax-PaginationWidget React

Searchstax PaginationWidget React The SearchstaxPaginationWidget for React displays pagination controls for search results. Usage Props paginationTemplate Customize the pagination UI. It receives: Example The paginationData object contains: Questions? Do not… Continue reading Searchstax-PaginationWidget React

Posts navigation

Newer posts Page 1 Page 2 … Page 6 Older posts
Products
  • SearchStax Cloud
  • SearchStax Studio
Pricing
  • SearchStax Cloud
  • SearchStax Studio
Services
  • Solr Consulting
RESOURCES
  • Documentation
  • Case Studies
  • White Papers
  • Blog
  • Support
Company
  • About
  • Partners
  • Careers
  • Press
  • Terms of Services
  • Privacy Policy
Contact Us
SOCIAL NETWORKS
SECURITY & COMPLIANCE
  • AICPA SOC 2
  • GDPR
  • HIPAA
  • ISO/IEC 27001

Copyrights © SearchStax Inc.2014-2023. All Rights Reserved.