Skip to content

Commit 65e83e2

Browse files
committed
chore: do not index spatial_full and extra_spatial_full
1 parent f4981ff commit 65e83e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ckanext/spatial/plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ def before_dataset_index(self, pkg_dict):
182182
# spatial field is geojson coordinate data, not needed in SOLR either
183183
pkg_dict.pop('spatial', None)
184184
pkg_dict.pop('extras_spatial', None)
185+
pkg_dict.pop('spatial_full', None)
186+
pkg_dict.pop('extras_spatial_full', None)
185187

186188
return pkg_dict
187189

0 commit comments

Comments
 (0)