Hi All,
I have a custom attribute (Attr_156725_2) that is marked as 'Displayable' using getRegions / getRegionInfo.
I want it returned as part of my Search XML API search request (e.g. ?func=search&slice=202004&lookfor1=complexquery&where1=(OTDataID:12345)&outputformat=xml)
How do I do this?
When using the deprecated CWS Search API, I used to be able to specify the ResultTransformationSpec to add a region into the search results.
e.g.: request.ResultTransformationSpec = new string[] { "Attr_156725_2" };
Is there an equivalent for the Search XML API, because my search is just returning the stock-standard search results?
Regards,
Nathan.