@ecomplus/search-engine

Description:
  • JS lib to handle products search with E-Com Plus stores. GitHub
Source:
Author:
See:
JS lib to handle products search with E-Com Plus stores. GitHub

Examples

// ES import default
import EcomSearch from '@ecomplus/search-engine'
// With CommonJS
const EcomSearch = require('@ecomplus/search-engine')
<!-- Global `EcomSearch` from CDN on browser -->
<script src="https://cdn.jsdelivr.net/npm/@ecomplus/search-engine/dist/ecom-search.var.min.js"></script>
<!-- Bundle from CDN with `ecomUtils`, `ecomClient`, `_.cloneDeep` and `_.merge` -->
<script src="https://cdn.jsdelivr.net/npm/@ecomplus/search-engine/dist/ecom-search.bundle.min.js"></script>