Add tests for wordbased index.
[SXSI/xpathcomp.git] / tests / non_regression_tests / medline_full.xml.queries.old
1 M1%/descendant::Article[ descendant::AbstractText[ contains (., "foot") or contains( ., "feet") ] ]
2 M2%/descendant::Article[ descendant::AbstractText[ contains ( . , "plus") ] ]
3 M3%/descendant::Article[ descendant::AbstractText[ contains ( . , "plus") or contains ( . , "for")  ] ]
4 M4%/descendant::Article[ descendant::AbstractText[ contains ( . , "plus") and not(contains ( . , "for"))  ] ]
5 M5%/descendant::MedlineCitation/child::Article/child::AuthorList/child::Author[ child::LastName[starts-with( ., "Bar")]]
6 M6%/descendant::*[ descendant::LastName[ contains( ., "Nguyen") ] ]
7 M7%/descendant::*/descendant::*[ contains( ., "epididymis") ]
8 M8%/descendant::*[ descendant::PublicationType[ ends-with( ., "Article") ]]
9 M9%/descendant::MedlineCitation[ descendant::Country[ contains( ., "AUSTRALIA") ] ]