Login Sign Up

Getting Started

  • Quick-Start Guide

Data Sources

  • Starting the Crawler
  • Crawler Settings
  • Advanced Crawler Settings
  • Indexing Special Content
  • Your Search Index

Data Structuring

  • Data Points
  • Result Groups
  • Content Extraction

Search Results

  • Filters
  • Sorting Options
  • Result Manager
  • Dictionary
  • Search Settings
  • Smart 404

Customization

  • Search Designer - Design & Publish
  • Configuration Options
  • Javascript API
  • Tracking External Search Interfaces
  • Templating

Installation

  • Installation Guide
  • Upgrade to the Latest SS360 Version

Integrations

  • REST API
  • WordPress Integration
  • Duda Integration
  • Shopify Integration
  • Weebly Integration
  • React Component
  • Zapier Integration
  • Other Integrations

Account & Analytics

  • Account Management
  • Dashboard Analytics
  • Search Success Tracking

E-Commerce

  • Product Feed Specification
  • Product Variants
  • Ranking Strategies
  • Product Search Fuzziness
  • What is Minimum Ontology Confidence Score?

Examples

  • Embedding
  • Overlay
  • Fullscreen
  • Grid
  • Multiple Search Boxes
  • Filters Example
  • Styling
  • Voice Search
  • Instant Search
  • FAQ
  • Support Helper

Help

  • Release Notes
  • Email Support Team
  • Community Chat

This is a documentation page of how to configure and style Site Search 360 for a contact form. View the to check the configuration.

Important configurations are results.ignoreEnter: true, results.fuzziness: 5, suggestions.fuzziness: 5 and suggestions.triggersSearch: true.

window.ss360Config = {
   siteId: 'spoonacular.com', /* Replace with your site id */
   searchBox: {
      selector: '#contact-form' /* Replace with the css selector of your search box */
   },
   suggestions: {
	  triggersSearch: true,
	  fuzziness: 5
   },
   results: {
      embedConfig: {
         contentBlock: '.example__page-content-block'  /* Replace with the css selector of the DOM element you want to use */
      },
      fuzziness: 5,
      ignoreEnter: true,
      caption: 'Maybe one of these answer your question:'
   }
};
Site Search 360 Docs

Powered by Phaistos.io