Created
October 20, 2011 13:26
-
-
Save grtjn/1301138 to your computer and use it in GitHub Desktop.
A small example of XPath Full Text..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(: A small example of XPath Full Text.. :) | |
(: Search books of which the title begins with | |
‘XQuery’ and ‘novelties’ :) | |
//book[ | |
title contains text 'XQuery' ftand 'novelties' | |
ordered distance at most 2 words at start | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment