Wildcards in Navigate
Version: Windchill 13.0
Use Case: Doing wildcard search from a Navigate app by calling WRS endpoints like v7/ProdMgmt/Parts with $filter containing asterisks *.
Description:
Hello All,
I have a Navigate app, which queries for WTParts, currently $filter-ing by contains(Name, '<query>').
We'd like to extend it so that it supports arbitrary wildcards like "quick*fox*dog". WRS docs suggest we can enable wildcards via PTC-WildcardSearch header, but I don't see how it can be done via Navigate, which doesn't seem to allow me specifying custom headers.
As for now, I thought of working around this issue by and-chaining "contains" clauses and then filtering out false positives on the ThingWorx side. I'll appreciate better ideas.
Thanks,
Constantine

