Skip to content

Commit

Permalink
backend change to add Index Noticable Scarring field so it is searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Veda-Gogineni committed Jan 23, 2025
1 parent b798976 commit 62e6a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ecocean/Encounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@ public void opensearchDocumentSerializer(JsonGenerator jgen, Shepherd myShepherd
jgen.writeStringField("occurrenceRemarks", this.getOccurrenceRemarks());
jgen.writeStringField("otherCatalogNumbers", this.getOtherCatalogNumbers());
jgen.writeBooleanField("publiclyReadable", this.isPubliclyReadable());

jgen.writeStringField("distinguishingScar", this.getDistinguishingScar());
String featuredAssetId = null;
List<MediaAsset> mas = this.getMedia();
jgen.writeNumberField("numberAnnotations", this.numNonTrivialAnnotations());
Expand Down

0 comments on commit 62e6a68

Please sign in to comment.