Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Created October 28, 2016 20:51
Show Gist options
  • Save CliffordAnderson/162f5fdccabb0279014b2a20bccbc7f0 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/162f5fdccabb0279014b2a20bccbc7f0 to your computer and use it in GitHub Desktop.
Full Text IA
for $doc in fn:collection("books")//book[@full-text eq "true"]
where fn:not($doc//subjects/subject = "Protected DAISY")
return $doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment