Skip to content

Instantly share code, notes, and snippets.

@wsalesky
Created June 17, 2014 15:50
Show Gist options
  • Save wsalesky/61677a930f9e26398b3d to your computer and use it in GitHub Desktop.
Save wsalesky/61677a930f9e26398b3d to your computer and use it in GitHub Desktop.
Simple search for #xqy14
let $collection := 'PATH TO YOUR DATA'
for $hits in collection($collection)//tei:sp[ft:query(.,'pox')]
return $hits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment