If the input
string is "Origin Airport='SFO',Destination Aiport='ANY'".
1) Is it okay to remove ANY at the client side and pass "Origin Airport='SFO'" alone to criteriaFind method.
2) Or should criteriaFind method be passed "Origin Airport='SFO',Destination Aiport='ANY'" and then criteriafind itself should decide how to handle ANY.