How can I do a partial match on title in an RM OSLC query?
I've tried several approaches:
title^="substring", but that doesn't seem to be supported.
I've tried various wildcards, but can't get that to work.
In 6.0.1, title>="substring" used to work and returned all artifacts greater than the substring, which was close to what I want. But that stopped working in 7.0.2 (I get an error message saying that greater than or equal is not supported).
Is there a different query API or approach that can find all artifacts of a given type that start with specific string?
Thanks!