You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a PageTypeSuffix is used in the site config.yaml, in order to suffix url with ".html", the Solr's routeEnhancer generates brokens url for filters.
To Reproduce
Given this config in the site routing :
routeEnhancers:
PageTypeSuffix:
type: CustomPageType
default: .html
index: index
And the SolrFacetMaskAndCombineEnhancer config given as example in the documentation:
Describe the bug
When a PageTypeSuffix is used in the site config.yaml, in order to suffix url with ".html", the Solr's routeEnhancer generates brokens url for filters.
To Reproduce
Given this config in the site routing :
And the SolrFacetMaskAndCombineEnhancer config given as example in the documentation:
Expected behavior
Url for filters should be generated with
.html
at the end, and be decoded without saving the.html
into the filter value.Used versions (please complete the following information):
The text was updated successfully, but these errors were encountered: