We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abdeebf + bf974c7 commit 9d21109Copy full SHA for 9d21109
src/main/java/org/ecocean/Encounter.java
@@ -4445,6 +4445,7 @@ public org.json.JSONObject opensearchMapping() {
4445
"{\"type\": \"keyword\", \"normalizer\": \"wildbook_keyword_normalizer\"}");
4446
map.put("date", new org.json.JSONObject("{\"type\": \"date\"}"));
4447
map.put("dateSubmitted", new org.json.JSONObject("{\"type\": \"date\"}"));
4448
+ map.put("verbatimEventDate", new org.json.JSONObject("{\"type\": \"text\"}"));
4449
map.put("individualTimeOfBirth", new org.json.JSONObject("{\"type\": \"date\"}"));
4450
map.put("individualTimeOfDeath", new org.json.JSONObject("{\"type\": \"date\"}"));
4451
map.put("locationGeoPoint", new org.json.JSONObject("{\"type\": \"geo_point\"}"));
0 commit comments