Changeset 372:36de9945504c in documentViewer for MpdlXmlTextServer.py


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r371 r372  
    214214            textmode = mode
    215215        #logging.debug("documentViewer highlightQuery: %s"%(highlightQuery))
    216         textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization)
     216        #textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization)
     217        textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s&highlightQuery=%s&sn=%s"%(docpath,textmode,pn,characterNormalization, highlightQuery, sn)
    217218        if highlightQuery is not None:
    218219            #textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)
Note: See TracChangeset for help on using the changeset viewer.