Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmcassel/9692515 to your computer and use it in GitHub Desktop.
Save dmcassel/9692515 to your computer and use it in GitHub Desktop.
declare function gs:highlight($uri, $search)
{
cts:highlight(
fn:doc(xdmp:url-decode($uri)),
$search,
<b>{$cts:text}</b>
)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment