Skip to content

Commit 4f8d2ce

Browse files
author
Phil Varner
authored
disable indexing of proj_geometry (#632)
1 parent f14ada8 commit 4f8d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/dynamicTemplates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default [
3838
{
3939
proj_geometry: {
4040
match: 'proj:geometry',
41-
mapping: { type: 'object' }
41+
mapping: { type: 'object', enabled: false }
4242
}
4343
},
4444
{

0 commit comments

Comments
 (0)