Workobject search - finding property containing search string
Is there a way to find which property actually contained the search string?
The datapage D_pyWorkSearch returns the work object id and any other properties that we may need can be specified in the pyWorkSearch report definition but what if there are more than 30 properties in the work object? A very inefficient way around would be to list all those properties in the pyWorkSearch report definition, a huge and unnecessary payload, then finding out which property actually contained the search string after the results are returned by the searcher api.
I tried looking at the pzSearch activity but that's a dead end. Any documentation on the getSearcherAPI would be appreciated.