Hi to all,
is it the LIKE operator in IDM like the SQL? I'm trying to get a document with the LIKE operator but it seems not working as expected. It has the same behaviour as the EQUAL operator.
I tried just using the word as it is, e.g. complete string is "2022 #TEST". Response: 0 matching documents.
The XQuery is: /DocumentTypeName[@CustomField LIKE "TEST"]

I tried to use "%" but same result.
Thank you,
Eleazar