Skip to content

Commit

Permalink
Fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 13, 2022
1 parent 5830e24 commit aff28c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/ploneconfiguration/elasticsearch-mappings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"behaviors/rohberg.geosphere-features.metafields/informationtype": {
"behaviors/rohberg.examplemetadata.metadata_fields/informationtype": {
"type": "nested",
"dynamic": false,
"properties": {
Expand All @@ -11,7 +11,7 @@
"type": "text"
}
}
},
},

"behaviors/plone.basic/title": {
"type": "text",
Expand Down

0 comments on commit aff28c3

Please sign in to comment.