Changeset 374:d573866dd95b in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Oct 25, 2010, 10:41:12 AM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r373 r374  
    197197   
    198198   
    199     def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):
     199    def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""):
    200200        """returns single page from fulltext"""
    201201        docpath = docinfo['textURLPath']
     
    214214        else:
    215215            textmode = mode
    216         #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
     216        logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
    217217        textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization)
    218218        if highlightQuery is not None:
Note: See TracChangeset for help on using the changeset viewer.