changeset 374:d573866dd95b

*** empty log message ***
author abukhman
date Mon, 25 Oct 2010 12:41:12 +0200
parents 0aa294b31236
children b576a54bf8eb
files MpdlXmlTextServer.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Mon Oct 25 12:35:27 2010 +0200
+++ b/MpdlXmlTextServer.py	Mon Oct 25 12:41:12 2010 +0200
@@ -196,7 +196,7 @@
             return originalPage
     
     
-    def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):
+    def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None,  viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):
         """returns single page from fulltext"""
         docpath = docinfo['textURLPath']
         path = docinfo['textURLPath']
@@ -213,7 +213,7 @@
             textmode = "textPollux"
         else:
             textmode = mode
-        #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
+        logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
         textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization)
         if highlightQuery is not None:
             textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)