I am currently searching the same thing twice, summing a value field within the thing based on two conditions.
Example:
search for thing’s value_field:sum (condition 1)
search for thing’s value_field:sum (condition 2)
Doing this provides me with two numbers. Each correct, considering the conditions. But how can I build the sum of these two numbers? A simple + between the searches apparently won’t cut it :-).