Skip to content

Commit

Permalink
Update CHANGES.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Sep 7, 2016
1 parent 6774e99 commit 2b7e948
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ CHANGES
1.3 (unreleased)
----------------

- Nothing changed yet.
- Add new term: Difference. It does a difference between the first and
the following terms passed as arguments.

- Add new term: Objects. It creates a result out of the objects passed
in arguments. It let you mix real objects with existing catalog
queries (with And, Or or Difference for instance).

- Add an option start to searchResult to skip the first results in the
results set.

- Extend the result from searchResult. You have addition information
on the result, including the total number of results without
start/limit restriction. A method called first() return only the
first result if available or none.

- Add an option caching to searchResult to cache the result of each
terms within a Zope transaction, speeding similar queries. If
disabled, terms will still be cached within the same query.


1.2 (2015-12-16)
Expand Down

0 comments on commit 2b7e948

Please sign in to comment.