Skip to content

Commit

Permalink
Added dataset to AdvancedSearchParams
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Mar 20, 2015
1 parent 736c44d commit 6a8d8d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AdvancedSearchParams {
String raw_taxon_name = ""
String species_group = ""
String institution_collection = ""
String dataset = ""
String state = ""
String country = ""
String ibra = ""
Expand Down Expand Up @@ -90,6 +91,7 @@ class AdvancedSearchParams {
if (cl959) q.append(" cl959:").append(quoteText(cl959))
if (places) q.append(" places:").append(quoteText(places.trim()))
if (type_status) q.append(" type_status:").append(type_status)
if (dataset) q.append(" data_resource_uid:").append(dataset)
if (type_material) q.append(" type_status:").append("*")
if (basis_of_record) q.append(" basis_of_record:").append(basis_of_record)
if (catalogue_number) q.append(" catalogue_number:").append(quoteText(catalogue_number))
Expand Down

0 comments on commit 6a8d8d4

Please sign in to comment.