[Checkins] SVN: Products.ZCatalog/trunk/CHANGES.txt add changelog entry for double sort_on support

Hano Schlichting cvs-admin at zope.org
Sun Mar 25 23:03:24 UTC 2012


Log message for revision 124734:
  add changelog entry for double sort_on support
  

Changed:
  U   Products.ZCatalog/trunk/CHANGES.txt

-=-
Modified: Products.ZCatalog/trunk/CHANGES.txt
===================================================================
--- Products.ZCatalog/trunk/CHANGES.txt	2012-03-25 22:58:50 UTC (rev 124733)
+++ Products.ZCatalog/trunk/CHANGES.txt	2012-03-25 23:03:20 UTC (rev 124734)
@@ -4,6 +4,10 @@
 3.0 (unreleased)
 ----------------
 
+- Added support for simple `sort_on` queries with two sort indexes. The
+  `sort_order` is currently single valued and applies to both of them. But a
+  query like: `{'foo': 'a', 'sort_on':['foo', 'bar']}` is supported now.
+
 - Change some internal wiring and let multiple sort_on values pass through.
   `Catalog.sortResults` is now called with a list of search indexes.
 



More information about the checkins mailing list