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 demo site page shows how to make search suggestions equal to your search results. View the to check the configuration.

NOTE: With this setup every unfinished search query triggers full search results so it is counted against your monthly search quota. You can specify the min number of typed characters that would trigger results. This is different from our default setup where search suggestions, shown before you press Enter, are different from full-blown search results shown after the full query is submitted.

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

Powered by Phaistos.io