Hi,
Is it possible to create a search query with dynamic values?
For example if I would like to see documents for document type "M3_CustomerInvoice" but with create date with a range of one week back in time? Can I specify a dynamic value somehow? Like I can in IES for example [DATE(-7) TO DATE(0)]
/M3_CustomerInvoice[@CREATETS > "2020-05-31T22:00:00.000Z"]

Thanks in advance!