Topic: search_items - propValueMask value containing comma
Hi Guys,
I am trying to use the search_items API to search for an account and I have a case where the account name itself contains a comma, for example : while searching for "ResourceName, Inc.", since the character comma is used in propValueMask to search multiple values, it's not returning the account. Please see below the complete API parameters:
svc=core/search_items¶ms={"spec":{ "itemsType":"avl_resource", "propName":"rel_is_account,sys_name", "propValueMask":"1,ResourceName, Inc.", "sortType":"sys_name", "propType":"property,property"}, "force":1, "flags":1, "from":0,"to":0}
Is there a way to escape the characters with special meanings in propValueMask ( * | , > < =)
Thanks in advance!