Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 542 Bytes

@daffodil/search-product

@daffodil/search-product enables product searches on your specified platform using the @daffodil/search/driver/federated driver and stores product entities via @daffodil/product/state. It's an optional package that adds the product feature on to @daffodil/search.

Installation

To install @daffodil/search-product, use the following commands in your terminal.

Install with npm:

npm install @daffodil/search-product --save

Install with yarn:

yarn add @daffodil/search-product