From 6a87d8f12ffdf394832c5fb8d79ddddcf004f32f Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 7 Dec 2015 18:43:06 +0100 Subject: [PATCH] added pow function --- js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js b/js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js index 583c389c6b..51e7a910d0 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js @@ -94,7 +94,7 @@ var AqlHighlightRules = function() { var builtinFunctions = ( "(to_bool|to_number|to_string|to_list|is_null|is_bool|is_number|is_string|is_list|is_document|" + "concat|concat_separator|char_length|lower|upper|substring|left|right|trim|reverse|contains|" + - "like|floor|ceil|round|abs|rand|sqrt|length|min|max|average|sum|median|variance_population|" + + "like|floor|ceil|round|abs|rand|sqrt|pow|length|min|max|average|sum|median|variance_population|" + "variance_sample|first|last|unique|matches|merge|merge_recursive|has|attributes|values|unset|unset_recursive|keep|" + "near|within|within_rectangle|is_in_polygon|fulltext|paths|traversal|traversal_tree|edges|stddev_sample|stddev_population|" + "slice|nth|position|translate|zip|call|apply|push|append|pop|shift|unshift|remove_value|remove_values|" +