Hey Team,
My client has multiple search bars - and one is strictly supposed to be a doctor finder. They want to know if there is any way to update the integration so that queries run from within that search bar run directly within the Provider’s vertical.
Normally - I would just direct them to update the redirectUrl
parameter in Answers init to theirdomain.com/search/professionals but since they are using an iFrame the results page does not seem to respect this URL structure for vertical search.
I then tried having them append “verticalUrl=professionals” to the re-direct URL, but it does not seem to be passing the query parameter correctly.
redirectUrl: '
https://health.ucsd.edu/testing/elizabeth/Pages/yext-answers.aspx?verticalUrl=Professionals.html
'
Is this possible? And if so, how should my client implement it with the iFrame integration method?