How do I query workitems by title via OSLC ?
![]()
How do I query workitems by title via OSLC ?
1.title:contain only numbers--->OK https://host.my.company.net:9443/ccm/oslc/contexts/_d_S48HnCEeO88aNvwHMSCg/workitems.xml?oslc.where=dcterms:title=123&oslc.select=dcterms:identifier,dcterms:title 2.title:contain letters and numbers--->NG https://host.my.company.net:9443/ccm/oslc/contexts/_d_S48HnCEeO88aNvwHMSCg/workitems.xml?oslc.where=dcterms:title=abc123&oslc.select=dcterms:identifier,dcterms:title How to solve the above second problem? |
One answer
![]()
Are you indicating if full text search can be done by using OSLC? I guess if you want to do so,
oslc.searchTerms is what u need to check. Query capability accepts the wildcard so this can be used with other search parameters.
|
Comments
the error content of above the second problem
err:- <oslc:Error rdf:about="#n0">
<oslc:message>予期しないシンボル: null</oslc:message>
<oslc:statusCode>400</oslc:statusCode>
</oslc:Error>