1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<pathquery version="1.0">
|
3
|
<meta_file_id>test</meta_file_id>
|
4
|
<returnField>dataset/title</returnField>
|
5
|
<returnField>entityName</returnField>
|
6
|
<querygroup operator="INTERSECT">
|
7
|
<querygroup operator="UNION">
|
8
|
<queryterm casesensitive="false" searchmode="contains">
|
9
|
<value>@!search-word!@</value>
|
10
|
<pathexpr>dataset/title</pathexpr>
|
11
|
</queryterm>
|
12
|
<queryterm casesensitive="false" searchmode="contains">
|
13
|
<value>@!search-word!@</value>
|
14
|
<pathexpr>keyword</pathexpr>
|
15
|
</queryterm>
|
16
|
<queryterm casesensitive="false" searchmode="contains">
|
17
|
<value>@!search-word!@</value>
|
18
|
<pathexpr>creator/individualName/surName</pathexpr>
|
19
|
</queryterm>
|
20
|
<queryterm casesensitive="false" searchmode="contains">
|
21
|
<value>@!search-word!@</value>
|
22
|
<pathexpr>taxonRankValue</pathexpr>
|
23
|
</queryterm>
|
24
|
</querygroup>
|
25
|
<querygroup operator="UNION">
|
26
|
<queryterm casesensitive="false" searchmode="starts-with">
|
27
|
<value>http://</value>
|
28
|
<pathexpr>dataset/dataTable/physical/distribution/online/url</pathexpr>
|
29
|
</queryterm>
|
30
|
<queryterm casesensitive="false" searchmode="starts-with">
|
31
|
<value>ecogrid://</value>
|
32
|
<pathexpr>dataset/dataTable/physical/distribution/online/url</pathexpr>
|
33
|
</queryterm>
|
34
|
<queryterm casesensitive="false" searchmode="starts-with">
|
35
|
<value>srb://</value>
|
36
|
<pathexpr>dataset/dataTable/physical/distribution/online/url</pathexpr>
|
37
|
</queryterm>
|
38
|
<queryterm casesensitive="false" searchmode="starts-with">
|
39
|
<value>srb://</value>
|
40
|
<pathexpr>dataset/spatialRaster/physical/distribution/online/url</pathexpr>
|
41
|
</queryterm>
|
42
|
</querygroup>
|
43
|
</querygroup>
|
44
|
</pathquery>
|
45
|
|
46
|
<?xml version="1.0"?>
|