Skip to content

Commit

Permalink
manual revert of prev commit, re #11457
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Sep 17, 2024
1 parent 84c23d3 commit 8f7040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/search/components/term_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def append_dsl(self, search_query_object, **kwargs):
permitted_nodegroups = kwargs.get("permitted_nodegroups")
include_provisional = kwargs.get("include_provisional")
search_query = Bool()
querystring_params = kwargs.get("querystring", "[]")
querystring_params = kwargs.get("querystring", "")
language = self.request.GET.get("language", "*")
for term in JSONDeserializer().deserialize(querystring_params):
if term["type"] == "term" or term["type"] == "string":
Expand Down

0 comments on commit 8f7040c

Please sign in to comment.