From a082e7948f4e6eabf7fff4591fff0285f175f6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Dec 2011 14:18:04 +0100 Subject: [PATCH] fix pfb doc search for non ascii characters --- tabellio/searchform/docsearchpfb.pt | 1 - 1 file changed, 1 deletion(-) diff --git a/tabellio/searchform/docsearchpfb.pt b/tabellio/searchform/docsearchpfb.pt index 9049f0e..d929a2b 100644 --- a/tabellio/searchform/docsearchpfb.pt +++ b/tabellio/searchform/docsearchpfb.pt @@ -13,7 +13,6 @@ mq python:modules['ZTUtils'].make_query; url batch_base_url | request/ACTUAL_URL; batchformkeys batchformkeys|nothing; - batchlinkparams python:batchformkeys and dict([(key, unicode(request.form[key]).encode('utf-8')) for key in batchformkeys if key in request]) or dict([(key, unicode(request.form[key]).encode('utf-8')) for key in request.form]); b_size python:10; b_size request/b_size | b_size; b_start python:0;b_start request/b_start | b_start;">