@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
.
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