Skip to content

Commit

Permalink
fixed Lithostratigraphy and biostratigraphy search
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Aug 15, 2024
1 parent 958aa58 commit 9214625
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ public enum OccurrenceEsField implements EsField {
MEMBER(new BaseEsField("geologicalContext.member", DwcTerm.member)),
BED(new BaseEsField("geologicalContext.bed", DwcTerm.bed)),
GEOLOGICAL_TIME(new BaseEsField("geologicalContext.range", null)),
LITHOSTRATIGRAPHY(new BaseEsField("geologicalContext.lithostratigraphy", null)),
BIOSTRATIGRAPHY(new BaseEsField("geologicalContext.biostratigraphy", null)),
LITHOSTRATIGRAPHY(new BaseEsField("geologicalContext.lithostratigraphy", null, true)),
BIOSTRATIGRAPHY(new BaseEsField("geologicalContext.biostratigraphy", null, true)),

MODIFIED(new BaseEsField("modified", DcTerm.modified)),
REFERENCES(new BaseEsField("references", DcTerm.references)),
Expand Down

0 comments on commit 9214625

Please sign in to comment.