find
, is added which searches the scope hierarchy to find a specified variable. For example: {{ 'myVariable' | find:this }}
.
twigkit.http.filter.DevelopmentErrorFilter
is replaced by the twigkit.http.filter.ErrorFilter
. If you are using the twigkit.http.filter.ErrorFilter
parameter in your web.xml
file and an AJAX request fails, a JSON response is received identifying the status code of the REST call and any underlying causes. Previously, an HTML response was received.x
, that removed the breadcrumb is replaced by an icon with the alt-text “Remove this term from the query” for use by screen readers.
userID
value is removed and replaced when impersonation is enabled.
X-Requested-With=XMLHttpRequest
HTTP header with every API request. This makes it easier for the middleware to detect XHR requests and handle errors appropriately.
ApplyDynamicSolrDateFormattingResponseProcessor
, the same time format was applied to days, hours, minutes, and seconds. Now, these values have their own formats.
twigkit.search.processors.response.ApplyDynamicSolrDateFormattingResponseProcessor
and twigkit.search.processors.query.DynamicSolrDateRangeQueryProcessor
, a new fact value, gap
, is added to the date facet. This value of this fact is the unit of the gap size that was applied.
https
to prevent a [FATAL] Non-resolvable parent POM
error.
FacetFilterValueMappingProcessor
mappings which prevented commas from being used with the value. Additionally, two parameters are introduced, separator
and key-value-separator
. For example:
key-value-separator: _
will separate the following key value pairs properly: alpha,beta=greek_a,b=english
.