# @daffodil/search-category `@daffodil/search-category` enables category searches on your specified platform using the `@daffodil/search/driver/federated` driver. It's an optional package thats adds the categories feature on to `@daffodil/search`. ## Installation To install `@daffodil/search-category`, use the following commands in your terminal. Install with npm: ```bash npm install @daffodil/search-category --save ``` Install with yarn: ```bash yarn add @daffodil/search-category ```