diff --git a/doc/upgrade-1.5.html b/doc/upgrade-1.5.html
index 91f8b976..41ccdc42 100644
--- a/doc/upgrade-1.5.html
+++ b/doc/upgrade-1.5.html
@@ -95,6 +95,14 @@
See J.Blake for details.
+
+ Custom search views
+
+ "Custom search views" have been re-implemented as part of the more flexible "Custom short views" mechanism.
+ If you have custom search views, you will need to re-configure them.
+ See J.Blake for details.
+
+
diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt
index d3caab7d..4b9c70fa 100644
--- a/productMods/WEB-INF/resources/startup_listeners.txt
+++ b/productMods/WEB-INF/resources/startup_listeners.txt
@@ -52,6 +52,8 @@ edu.cornell.mannlib.vivo.auth.policy.SelfEditorRelationshipPolicy$Setup
edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup
+edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewServiceSetup
+
# Add VIVO specific DocumentModifers, this must come before SolrSetup
edu.cornell.mannlib.vitro.webapp.search.solr.VivoDocumentModifiers