From 3afba942f18d45ecb55fca52cd8dc7eaee03ee55 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 10 Oct 2012 15:52:33 +0200 Subject: [PATCH 1/1] Update --- NEWS | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 34435c6..0333989 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,20 @@ ---- 1.6.22 2012/10/05 +--- 1.6.22 2012/10/10 Requires YAZ-4.2.40 to support native solr support. -Fix logic handling whether or not to re-do search. A new sort order -whould not trigger a new search, which is required for targets with -native sorting capabilities. +Fix and improve logic handling whether or not to re-do search on sort +order changes. A sort order with change in ascending/descending only +whould not trigger a new search, which is required for targets with +native sorting capabilities. Each client is now checked if instructions +(sortmap) exist for native sorting and only client that does requires +it is researched. Other clients is just re-ingesting the records, +they already have. The resultset is now cleared if any researching +is done. + +Connection sharing between session has broken since version 1.6.8 with +introduction of logic that would minimize searching if pazpar2 could +detect this based on same query and limits and partly sort order. +This could lead to segementations violations. --- 1.6.21 2012/09/24 -- 1.7.10.4