mrderyk

Results 3 issues of mrderyk

To enable support for Vectara's multiple reranker options, we need to allow ReactSearch to accept a rerankerId option.

For insights purposes, we can add a header param to queries coming from search. This helps us measure the usage of this component to query our API/

**CONTEXT** Users need to be able to override certain styles of the search component. ![style_overrides](https://github.com/vectara/react-search/assets/1464245/41fa61a7-e5c6-4970-9965-ccf5f52fe0a9) **CHANGES** - Add whitelist of CSS styles that can be overridden - Create type that...