diff --git a/Documentation/Books/Users/NewFeatures/NewFeatures23.mdpp b/Documentation/Books/Users/NewFeatures/NewFeatures23.mdpp index cdc1f93408..17a0a0d2a3 100644 --- a/Documentation/Books/Users/NewFeatures/NewFeatures23.mdpp +++ b/Documentation/Books/Users/NewFeatures/NewFeatures23.mdpp @@ -87,6 +87,8 @@ The following other AQL functions have been added: the counterpart to the already existing `ATTRIBUTES` function) - `ZIP(attributes, values)`: returns a document constructed from attributes and values passed in separate parameters +- `PERCENTILE(values, n, method)`: returns the nths percentile of the + values provided, using rank or interpolation method The already existing functions `CONCAT` and `CONCAT_SEPARATOR` now support list arguments, e.g.: diff --git a/js/apps/system/aardvark/frontend/js/lib/swagger-ui.js b/js/apps/system/aardvark/frontend/js/lib/swagger-ui.js index 79ab04c66f..348ba74840 100644 --- a/js/apps/system/aardvark/frontend/js/lib/swagger-ui.js +++ b/js/apps/system/aardvark/frontend/js/lib/swagger-ui.js @@ -550,7 +550,10 @@ helpers = helpers || Handlebars.helpers; data = data || {}; if (stack1 = helpers.name) { stack1 = stack1.call(depth0, {hash:{},data:data}); } else { stack1 = depth0.name; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } buffer += escapeExpression(stack1) - + "'); return false;\">\n Expand\n \n \n \n\n