First of all, awesome work! Super super!
In typical e-commerce scenarios, when a user is searching for iPhone x, and iPhone x is suggested in the search box, clicking it lands the user on the details page of the phone, not on a search result page. How is this handled with reactivesearch? Is there a plan to add an example of such a usage scenario?
Typically, the search will end when iPhone x is suggested. From there, the react app will take over and (maybe) load the iPhone x from a MySql db or something similar. Any pointers how to achieve this with reactivesearch?
Edit
I know of onValueSelected but that does not return any hint as to whether the selected value was from autosuggest or from a query typed by a user. Or does it???
First of all, awesome work! Super super!
In typical e-commerce scenarios, when a user is searching for iPhone x, and iPhone x is suggested in the search box, clicking it lands the user on the details page of the phone, not on a search result page. How is this handled with reactivesearch? Is there a plan to add an example of such a usage scenario?
Typically, the search will end when iPhone x is suggested. From there, the react app will take over and (maybe) load the iPhone x from a MySql db or something similar. Any pointers how to achieve this with reactivesearch?
Edit
I know of
onValueSelectedbut that does not return any hint as to whether the selected value was from autosuggest or from a query typed by a user. Or does it???