From 89597f3d42447e329ecc91b2bc6c450cb57f0b96 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 May 2013 08:49:04 +0200 Subject: [PATCH] Update NEWS --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 0c1566d..608a28c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Local limit for fields of type "generic" (ie text fields) are +now normalized by mergekey rule before comparison takes place. +Before, no normalization took place and comparsion was, thus, exact. + +New facility: dynamic rank , which allows ranking to be changed +for an existing result set. The rank can be set for search or +show. This overrides the rank for metadata elements (which fields +to rank and weight). + +New facility:dynamic mergekey , which allows mergekey to be changed +for an existing result set. The mergekey can be set for search or +show. + +HTTP server: host=@ listens on IPV6 and IPV4 if possible. +Also, allow ports to be given as names (not just integers). +Fix @-notation on systems that don't support IPV6 sockets. + --- 1.6.30 2013/04/26 Add MasterKey Connect configuration. Refer to section "non-standard -- 1.7.10.4