Login Sign Up

Quick How-Tos

  • Data Sources
  • Search Settings
  • Implementation
  • Account Management

How-Tos

  • Installation
  • Control Panel Overview
  • Working with XPaths
  • Templating
  • How Does the Site Search 360 Script Affect My Site Speed?
  • Tracking External Search Interfaces

Features

  • Search Designer - Design & Publish
  • Result Mappings
  • Data Points
  • Result Groups
  • Filters
  • Result Sorting
  • Frequently Asked Questions (FAQ) Indexing
  • Dictionary
  • Dashboard Analytics
  • Smart 404

API

  • API
  • Javascript API

Integration Guides

  • WordPress Integration
  • Weebly Integration
  • Can I use Site Search 360 with React?
  • Zapier Integration

Examples

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

Changelog

  • Release Notes

Help

  • 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