Skip to main content

change in eXist highlighting in 1.2.6

·124 words·1 min
exist

In testing the latest stable version of eXist on wilson, Alice and I noticed that all our keyword-in-context functionality on the various TEI sites was no longer working. When we looked at the xml output, it was pretty obvious that the output was not displaying properly because our search terms weren’t being highlighted by eXist– something that previously had happened automatically.

A little digging in the eXist documentation uncovered an option for highlighting matches. When we added this line to the beginning of the broken xquery, things started working again:

declare option exist:serialize "highlight-matches=all";

Unfortunately, this means we will probably have to add this on all of the xqueries where we are expecting highlighting to work, until or unless we find a better solution.

Author
Rebecca Sutton Koeser
humanities research software engineer, thinker, writer