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
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?
Comments
guoping chen
Apr 17 '14, 3:03 a.m.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>