In the requirement, it says that the criteriaFind method should take a String "'Carrier'=xxxxxx,'Field name'=xxxxx". My question is, when we do the parsing, are we considering that the actual parameter will be like this: "\"'Carrier\'=xxxxx,'Field name'=xxxx\"" I know this is stupid, but I just have to ask, cause it's driving me MAAAAAAAAAAAAAAAAAAADDDDDD!!!
I thought the critriafind method arguement should be of the form- (Origin airport='SF0',Day='Sun', Destination airport='DEN') for a 3 way selection criteria. It should be in a general manner FieldName='FieldValue', etc... Hope this helps, Swapan.