let $documents :=
The Secretary of State to the Consul at Taipei (Edgar)
88. Urtel 150 May 6. Dept notes ur statement "question being asked
locally" etc. Pls identify persons raising this question.
The Ambassador in China (Stuart) to the Secretary of
State
539. Col. Dau returned from Taipei (Embtel 500, Mar. 9) Mar. 11
and his view situation telegraphed War Department with request
information be transmitted to State Department.
let $query-term := "Taipei"
for $document score $score in $documents/document
[
title contains text ({$query-term} weight {10})
or
body contains text ({$query-term})
]
order by $score descending
return
{
$document/title
}