CHANGELOG.rdoc in searchlogic-1.5.6 vs CHANGELOG.rdoc in searchlogic-1.5.7

- old
+ new

@@ -1,5 +1,10 @@ -== 1.5.6 released 2008-11-17 +== 1.5.7 released 2008-11-30 + +* Fixed how grouping works, you can now specify "and_group" and "or_group", just like you can with conditions. +* Specifying a join type will take priority. So "and_name_like" will ALWAYS join with AND, even is any = true for the search. + +== 1.5.6 released 2008-11-29 * The order conditions are set is now relevant and will be reflected in the SQL. Setting a condition first will make it first in the SQL, setting a condition last will make it last in the SQL. * The above allows for prefixing any condition with and_ or or_. Thus letting you create somewhat more complex queries, since the order matters. * Added ability to group conditions to mimic parenthesis in raw SQL. * Major clean up in the Searchlogic::Conditions name space: faster, smaller, cleaner, and modular. \ No newline at end of file