Skip to content

Commit

Permalink
add changelog entry for double sort_on support
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 25, 2012
1 parent eccddfc commit fd79a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,10 @@ Changelog
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.

Expand Down

0 comments on commit fd79a2f

Please sign in to comment.