# @talend/react-faceted-search-query-client

## Installation

Add npm package

`yarn add @talend/react-faceted-search-query-client`

## General

react-faceted-search-query-client is there to manage advanced search with @talend/react-faceted-search

## Usage

```
import { createTqlQuery } from '@talend/react-faceted-search-query-client'
const tqlQuery = createTqlQuery(facetedSubmitOutput);
```
