Regular Expression in PLM API search

Hi,

usually I use the agile API to search for normal items in our PLM installation whose name scheme is known. But at the moment I’m trying to implement a search for items whose name scheme is not exactly known at runtime.

So is there a way to use regular expressions to search for all items whose names are matching my pattern?

Add Comment
1 Answer(s)

Hi Ben

  Can you please provide more input on your requirement? Are you trying to build a SDK app to search on item names?

Agile Angel Answered on February 21, 2019.

Sorry I thought this was obvious since I mentioned that I used the agile API to access our PLM installation to search for item names. Your assumption is correct, I’m developing a SDK application to search for items (or item names) in our PLM installation using the agile API.

on February 21, 2019.

Ok

It is fairly limited. If you use the SDK SQL syntax, it just supports ? (for single character) and * (any string)

on February 22, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.