ss_matches
ss_matches

Reputation: 517

Is there a way to see the query produced by ReactiveSearch

I'm working on a project with reactive search and I want to see the query produced. Can that be done?

Upvotes: 0

Views: 112

Answers (1)

Yash Joshi
Yash Joshi

Reputation: 2774

You can see the prevQuery and nextQuery using onQueryChange prop. Also in v3 you can use StateProvider to get the detail of any component by passing the respective componentId.

Do check the docs here.

Upvotes: 2

Related Questions