UCM IdcService: GET_SEARCH_RESULTS in binder object can i use <contains>..?
I am querying UCM from java code, below code i am using.
binder.putLocal("IdcService", "GET_SEARCH_RESULTS");
binder.putLocal("QueryText",
"dSecurityGroup <matches> `" + ucmSecurityGroup +"` <AND> <NOT>(xComments <matches> `Processed=YES`)");
we have <matches> in query , |||ly do we have <contains> option...?
############################Solution######################################
From Browser:
I am querying UCM from java code, below code i am using.
binder.putLocal("IdcService", "GET_SEARCH_RESULTS");
binder.putLocal("QueryText",
"dSecurityGroup <matches> `" + ucmSecurityGroup +"` <AND> <NOT>(xComments <matches> `Processed=YES`)");
we have <matches> in query , |||ly do we have <contains> option...?
############################Solution######################################
From Browser: