For searching RIC codes using KeywordQuery,
{ "SearchRequest": { "KeywordQuery": "PROCNWEM","ExpirationDate": { "@odata.type": "#DataScope.Select.Api.Search.DateValueComparison","ComparisonOperator": "LessThanEquals","Value": "2026-12-31T12:00:00.000" },"PreferredIdentifierType": "Ric","AssetStatus": "Active" } }
this gives data for PROCNWEM. is there a way we can pass multiple roots in one go e.g.
PROCNWEM,TFMBM as such?