File tree 1 file changed +2
-0
lines changed
src/groovy/au/org/ala/biocache/hubs
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class AdvancedSearchParams {
37
37
String raw_taxon_name = " "
38
38
String species_group = " "
39
39
String institution_collection = " "
40
+ String dataset = " "
40
41
String state = " "
41
42
String country = " "
42
43
String ibra = " "
@@ -90,6 +91,7 @@ class AdvancedSearchParams {
90
91
if (cl959) q. append(" cl959:" ). append(quoteText(cl959))
91
92
if (places) q. append(" places:" ). append(quoteText(places. trim()))
92
93
if (type_status) q. append(" type_status:" ). append(type_status)
94
+ if (dataset) q. append(" data_resource_uid:" ). append(dataset)
93
95
if (type_material) q. append(" type_status:" ). append(" *" )
94
96
if (basis_of_record) q. append(" basis_of_record:" ). append(basis_of_record)
95
97
if (catalogue_number) q. append(" catalogue_number:" ). append(quoteText(catalogue_number))
You can’t perform that action at this time.
0 commit comments