Is there a quick way in Painless to compare the values of one array to another? I'm trying to avoid a long loop statement. I'm looking for something that will evaluate as the following two items:
ARRAY[1,4,3] contains ARRAY[3,1] = true
ARRAY[2,7] is contained by ARRAY[1,7,4,2,6] = true