diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 587b5bf2ff5..9d2064cfbbe 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -102,6 +102,8 @@ Bug Fixes * SOLR-8983: Cleanup clusterstate and replicas for a failed create collection request (Varun Thacker, Anshum Gupta) +* SOLR-8990: Fix top term links from schema browser page to use {!term} parser (hossman) + Optimizations ---------------------- * SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation. diff --git a/solr/webapp/web/js/angular/app.js b/solr/webapp/web/js/angular/app.js index 4238fd4a1df..84b9ed558b8 100644 --- a/solr/webapp/web/js/angular/app.js +++ b/solr/webapp/web/js/angular/app.js @@ -139,6 +139,9 @@ solrAdminApp.config([ IS_COLLECTION_PAGE: 3, ROOT_URL: "/" }) +.filter('uriencode', function() { + return window.encodeURIComponent; +}) .filter('highlight', function($sce) { return function(input, lang) { if (lang && input && lang!="text") return hljs.highlight(lang, input).value; diff --git a/solr/webapp/web/partials/schema.html b/solr/webapp/web/partials/schema.html index b91a92c1def..ca626fd74c1 100644 --- a/solr/webapp/web/partials/schema.html +++ b/solr/webapp/web/partials/schema.html @@ -315,7 +315,7 @@ limitations under the License.
  • {{countGroup.count}}