@talend/react-faceted-search-query-client
Version:
Faceted search Query client
19 lines (11 loc) • 396 B
Markdown
Add npm package
`yarn add @talend/react-faceted-search-query-client`
react-faceted-search-query-client is there to manage advanced search with @talend/react-faceted-search
```
import { createTqlQuery } from '@talend/react-faceted-search-query-client'
const tqlQuery = createTqlQuery(facetedSubmitOutput);
```