Files | Admin

Notes:

Release Name: ActiveSearch Alpha

Notes: Many minor fixes. :) Major change: instead of "logins.contacts.packages" ActiveSearch now uses {:logins => {:contacts => {:packages => {:field => "one"}}} Suports {:field => {:cond => "like", :value => "%one%"}} on all associations. Uses more connection genericisers for SQL generation. find, paginate, find_first, find_last now work semi-reliably. Supports branching conditions. ex. class1 has_many class2, class1 has_many class3 can now select while joining BOTH class2 and class3 via {:class2 => {:class2_field1 => "X"}, :class3 => {:class3_field => "Y"}}


Changes: