Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Created March 20, 2014 17:31
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/9669306 to your computer and use it in GitHub Desktop.
Save dmcassel/9669306 to your computer and use it in GitHub Desktop.
declare function gs:highlight($uri, $search)
{
for $x in cts:search(fn:doc(xdmp:url-decode($uri)), $search)
return cts:highlight($x, $search, <b>{$cts:text}</b>)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment