I need help building a search expression.
Example:
- A thing, “Order”, has field “Line Items” which is a list (a list of “Line Item” things)
I want a list of all Orders that have 2 Line Items.
What’s the expression?
As far as I can tell, there’s no way to build an expression that is Do a search for Orders where Line Items:count is 2. The options for constraints for a field that allows a list are limited to “empty/not empty” or “contains / doesn’t contain”
Thanks!