Search Page Fix: showPicker SecurityError in Cross-Origin Iframes Silently Handled

· Search · Bug Fix · All updates
Fixed a JavaScript SecurityError thrown when the Opensolr search page is embedded inside a cross-origin iframe. Browsers block showPicker() calls from cross-origin frames; the call is now wrapped in a try/catch so the browser restriction is silently handled instead of surfacing as an uncaught exception that could disrupt other search functionality on the host page.
View the full changelog