4.3.0 ​
Features: ​
- Setting to disable custom hit info linking to document.
By default, if you have customHitInfo configured in your custom search
JS file, it will be shown as a link that takes you to the hit in the
document. If you don't want this, set
corpus.results.customHitInfoLinkto false in your custom search JS file.
Improvements: ​
- Properly capture and display XSLT runtime errors in Article and Metadata stylesheets (like trying to convert something invalid to a number for example). These will now include the stack traces as well, rather than just the message.
Fixes: ​
- Fix running the Frontend against an HTTP-basic protected BlackLab could result in an infinite authentication loop. Never cache 401 'unauthenticated' responses.
- Make the Frontend work better with BlackLab
5(development) by explicitly requesting the compat api everywhere. - Fix that URLS in the history popup would be invalid in some deployments. We now always rewrite these urls with the current host/domain. The base URL (context) is not rewritten.