From 84e3df2b71326fcbb35838da13102d0a8ccb653d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 22 Aug 2012 11:26:58 +0200 Subject: [PATCH] Version 1.6.16 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 5a42626..cc97672 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 1.6.16 2012/08/22 + +Revert the changes introduce in 1.6.15 around the position sorting. It resetted the +resultset and sorting when the sort order is position. However this will be done on +every client poll, which will make pazpar2 continuing reset and fetching. +It should only be done on FIRST request where the sort order change. + +Fix an issue on suggestions: Also disable suggestions on empty string. + +Clean up in turbo marc stylesheet. + +Remove the hardcoded size of termlists. + --- 1.6.15 2012/06/27 New facility: ccldirective may be given in service definition. Allows -- 1.7.10.4