Skip to content

Commit

Permalink
commits core-search filters as request kwargs where search_results ma…
Browse files Browse the repository at this point in the history
…nually called on backend, re #10804
  • Loading branch information
whatisgalen committed Apr 19, 2024
1 parent e703699 commit f1a5646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/etl_modules/base_data_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1a5646

Please sign in to comment.