Adopted more legacy tests and removed search API from collections

Change-Id: I30d544b3f09b2b4971e2c39e793894498a62778e
diff --git a/Changes b/Changes
index 476b5e3..7435d58 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,11 @@
-0.53 2015-07-24
+0.53 2015-07-30
         - [feature] Implemented new KrillCollection (diewald)
 	  This should fix a lot of issues with deleted
 	  documents and negation in virtual collections.
 	- [cleanup] REMOVED deprecated collection filtering (diewald)
 	- [cleanup] REMOVED deprecated termRelation API (diewald)
 	- [feature] Added removal methods for documents (diewald)
+	- [cleanup] REMOVED search method in KrillCollection (diewald)
 
 0.52 2015-07-08
         - [bugfix] Fixed payload filtering in FocusSpans (margaretha)