Rest ibmrationalchange:在查询函数中使用match操作符与oslc_cm:query

Rest ibmrationalchange:在查询函数中使用match操作符与oslc_cm:query,rest,ibm-rational,oslc,Rest,Ibm Rational,Oslc,我正在尝试获取符合某些条件的更改请求列表,其中一些条件是通过使用module_comp_version match(“*substring*”)来满足的 我在OSLC核心规范1.0中没有找到有关“匹配”运算符的信息。不幸的是 oslc.searchTerms 对我的案子不起作用 我想问一下,是否有可能使用匹配运算符和“*子字符串*”进行查询 对于查询,我使用以下模式: http://ip[:port]/change/oslc/db/dbURI/role/User/cr?oslc_cm.query

我正在尝试获取符合某些条件的更改请求列表,其中一些条件是通过使用module_comp_version match(“*substring*”)来满足的

我在OSLC核心规范1.0中没有找到有关“匹配”运算符的信息。不幸的是

oslc.searchTerms

对我的案子不起作用

我想问一下,是否有可能使用匹配运算符和“*子字符串*”进行查询

对于查询,我使用以下模式:

http://ip[:port]/change/oslc/db/dbURI/role/User/cr?oslc_cm.query=change:responsible_ccb!="CCB FC" and platform_module_name="SSW" and module_comp_version match "*wk1609*" and crstatus!="duplicate" and crstatus!="rejected" and  release match "*21.0*" &oslc_cm.properties=id,problem_synopsis,module_comp_version
此查询在以下情况下有效:

module_comp_version match "*wk1609* release match "*21.0*" 
条款被删除。是否可以检查属性是否与oslc_cm匹配*substring*