Funnelback patch 15.20.0.14
-
Released: 2019-08-09
-
Applies to: v15.20.0
-
Internal reference: RNDSUPPORT-3028, RNDSUPPORT-3029, RNDSUPPORT-3030, RNDSUPPORT-3032, FUN-12337, FUN-11978
Description
-
Fixes an issue where relationships labels in the knowledge graph widget have been created incorrectly.
-
Fixes an issue where sorting of related entities has not been applied based on knowledge graph template configuration.
-
Fixed an issue where a double request to search endpoint in the knowledge graph widget has been sent on pressing
enter
key when search input is focused. -
Improve the performance of the Accessibility Auditor interface by requesting less data.
-
Fixes an issue where some of the text on the Accessibility Auditor dashboard was showing out of date information.
-
Fixes an issue where the Accessibility Auditor dashboard would not generate the thumbnail screenshots for each domain.
Affected files
-
web/adminui/0.b03b34af2c734957c68b.chunk.js
replaced byweb/adminui/0.f69022935e2aebdc5f8a.chunk.js
-
web/adminui/inline.de9c7490166485404e5a.bundle.js
replaced byweb/adminui/inline.f4df0f417cc3ef851a19.bundle.js
-
web/adminui/assets/licenses.json
-
web/adminui/index.html
-
web/webapps/funnelback-publicui.war
Deployment
-
(Windows) Stop any tuning runs that are in progress
-
Stop the Jetty web server
-
Deploy the provided files on top of an existing install.
-
(15.20.0.2) Run $SEARCH_HOME/bin/setup/start_funnelback_on_boot.pl - Please note that this will cause Funnelback services to be restarted.
-
(15.20.0.2) On unix only, run
chown -R search:search $SEARCH_HOME/databases/neo4j/ $SEARCH_HOME/log/neo4j
as root to fix file ownership replacing search with your funnelback user’s username if you used a different one. -
(15.20.0.2) Restart the Funnelback server to ensure any prior funnelback-graph service is terminated.
-
Start the Jetty web server
-
(15.20.0.3) Perform an update of knowledge graph on any applicable collections to ensure "mention" relationships that reference themselves are removed.
-
(15.20.0.7) As wcag was deprecated in version 15.12 it is recommended to switch to using its replacement by editing collection.cfg to have 'wcag.check=false', remove
FAChecker
from 'filter.classes=' and set 'accessibility-auditor.check=true'. The wcag check may be completely removed from future versions.