I need to use REST API to query IBM WCM 8.0 on the contents stored in it. When i use the following query format, it works fine:
wcmrest/query?keyword=ABC&keyword=DEF
This returns all the contents which has both ABC and DEF as values in keywords.
My requirement is to search contents that matches either ABC or DEF keywords. Kindly let me know what query I need use for the same?
Also, is it possible to search WCM based on user defined metadata?