diff --git a/arches/app/etl_modules/base_data_editor.py b/arches/app/etl_modules/base_data_editor.py index 54fa921f13c..10deeadb9b8 100644 --- a/arches/app/etl_modules/base_data_editor.py +++ b/arches/app/etl_modules/base_data_editor.py @@ -179,6 +179,8 @@ def get_resourceids_from_search_url(self, search_url): request.user = self.request.user request.method = "GET" request.GET["export"] = True + request.GET["core-search"] = True + request.GET["localize-descriptors"] = True validate = URLValidator() try: validate(search_url)