3
0

8 Commits

Author SHA1 Message Date
Vivek Patel
f893e8834a Add expr function for sorting an array
It allows ascending/descending sorting along with sorting of native and non-native types
2022-01-18 21:50:18 +01:00
Peter Grlica
86deaea911 Added find expr function, support for find, has of Vars 2021-12-23 14:43:37 +01:00
Tomaž Jerman
873b809094 Make the expr/count function a bit more robust with typed values 2021-10-08 12:27:24 +02:00
Vivek Patel
2cf27a1666 Updates expr function count
- It returns count based on params
- count(foo) counts all elements
- count(foo, 'bar', 'baz') counts number of bars and bazs in foo
2021-09-08 22:39:18 +05:30
Denis Arh
20e05280b3 System wide RBAC changes 2021-07-08 11:42:18 +02:00
Denis Arh
333b2f344f More improvements on expr vars & rec values 2021-03-30 15:53:13 +02:00
Denis Arh
4a58d9c7cb Fixed array & type handlign for gval&expr 2021-03-27 15:24:53 +01:00
Peter Grlica
49e5610af3 Added time, array, num and generic gval functions 2021-03-18 17:05:48 +01:00