Hi Jonathan, that's a great question and something I ignored possibly to
my detriment, I do use "OR" to split out duplicate fields in a search
criteria (or more often the custom API card if it's a large criteria);
This would produce the below query to WF api, which does look like an
efficient search; /PROJ/search{.... "actualCost": "1", "actualCost_Mod":
"eq", "status": "PLN", "status_Mod": "eq", "OR:1:actualCost": "1",
"OR:1:actualCost_Mod": "eq", "OR:1:status": "AWA", "OR:1:status_Mod":
"eq"} ...