@nosto/preact

    Function init

    • Create search page

      Parameters

      Returns Promise<void>

      import { init } from '@nosto/preact'

      import serpComponent from './serp'

      init({
      serpComponent,
      inputCssSelector: '#search',
      contentCssSelector: '#content',
      merchant: '123',
      defaultInput: {
      products: {
      size: 30
      }
      }
      })
    MMNEPVFCICPMFPCPTTAAATR