Search Preview

The Search Preview UI lets you test your configured search, aggregation, results settings and review them prior to setting them live.

Search preview works for Elasticsearch and OpenSearch out-of-the-box. Additionally, when you setup a pipeline pointing to MongoDB or Solr, they also work for these engines.

You can see it present on all the views with a Test Search Relevancy button.

Raw view: The Raw view lets you see the underlying search API call as well as modify it and see the response as a raw JSON. Under the hood, ReactiveSearch dashboard uses the ReactiveSearch API to make the search requests.

You can export the Search Preview UI using the Open in Codesandbox button. This produces a React boilerplate codebase built using ReactiveSearch.