Skip to content

Commit

Permalink
shortname will dodge the subquery system
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Mar 22, 2024
1 parent 35f45fc commit e520313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SearchAPI/CMR/Query.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def chunk_list(source_list, n):
if chunk_type in params:
params[chunk_type] = chunk_list(list(set(params[chunk_type])), 500) # distinct and split

list_param_names = ['platform', 'collections'] # these parameters will dodge the subquery system
list_param_names = ['platform', 'collections', 'shortname'] # these parameters will dodge the subquery system

for k, v in params.items():
if k in list_param_names:
Expand Down

0 comments on commit e520313

Please sign in to comment.