i do not know why "include" is not contained in $_calculation_options, but i really need it. when i do searching on a table "users" which has a belongs_to "user_profiles", i cannot do searching/ordering on _user_profiles.xxx fields, because it will cause _validateCalculationOptions fail. If i add "include" in the $_calculation_options, everything is just fine.