Currently we've been trying to figure out how to use the Contains Query of the Publications API within Intelligent Viewing, but either this feature is incomplete or we are missing context. Even something as simple as
publications?contains(tags,keyTest=valueTest) |
|---|
yields in the following error.
{ "code": 500, "userMessage": "Server error", "developerMessage": "Unable to find publications: (RECIPIENT_FAILURE,500) Unable to find publications using provided query", "moreInfo": "Contact your administrator" } |
|---|
meanwhile writing ?contains=tags,keyTest=valueTest will return an empty publications list. Note that these values are present without the ?contains param.