[Checkins] SVN: z3c.indexer/trunk/CHANGES.txt Change a typo/thinko. Add note about coverage.

Dan Korostelev nadako at gmail.com
Mon Dec 1 20:19:40 EST 2008


Log message for revision 93528:
  Change a typo/thinko. Add note about coverage.

Changed:
  U   z3c.indexer/trunk/CHANGES.txt

-=-
Modified: z3c.indexer/trunk/CHANGES.txt
===================================================================
--- z3c.indexer/trunk/CHANGES.txt	2008-12-02 01:17:07 UTC (rev 93527)
+++ z3c.indexer/trunk/CHANGES.txt	2008-12-02 01:19:40 UTC (rev 93528)
@@ -12,28 +12,29 @@
 - Bugfix: SearchQuery.And() and Not() didn't return an empty result if previous
   or given query result was empty. The previous result was returned.
 
-- Feature: implemented new indexing strategy which uses transaction and thread 
+- Feature: implemented new indexing strategy which uses transaction and thread
   local for prevent to index an object more then once per transaction.
 
 - Bugfix: performance tests, not query did not show the right timer in catalog
   cell.
 
 - Feature: added optional searchResultFactory. This class get used as a search
-  result wrapper. By default the SearchResult class get used.
+  result wrapper. By default the ResultSet class get used.
 
 - Feature: Expose SearchQuery.results property. Ensure that we return always an
   empty result if None is given and allow to override existing results as a
   part of the SearchQuery API.
 
-- Feature: Implemented optional intids argument in SearchQuery.searchResults 
+- Feature: Implemented optional intids argument in SearchQuery.searchResults
   method. This intids is used instead of query the IntIds util. This is usefull
   if you use builtin IIntIds objects for optimized access.
 
 - Added __repr__ for ResultSet with result lenght.
 
-- Optimized SearchQuery.And() and Not() methods. Skip given query processing 
+- Optimized SearchQuery.And() and Not() methods. Skip given query processing
   if previous result is empty.
 
+- Code is now 100% covered by tests.
 
 Version 0.5.0 (2008-05-02)
 --------------------------



More information about the Checkins mailing list