Hi there,
I'm trying to create a scripted field to compare 2 values:
doc['incoming_json_dict.customer.correspondenceLanguage'].value
and
doc['result_pack.detectedLanguage'].value
I tried out different way to check it but it doesn't work.
both are of type string, aggregatable and searchable.
any help to create the painless code to get for example True / False if the values are equal?
thanks and cheers,
Hugo
