Just curious why: rFilter.AddWithOr(SampleresultFields.Testid = test.esag) where test.esag is enum = 33 finds 0 matches, and rFilter.AddWithOr(SampleresultFields.Testid = 33) finds 20 matches?
Thanks,
you have to cast the enum explicitly to an integer when used in a filter right away....