File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -332,14 +332,7 @@ def process_filter(request, input_filter):
332332 return process_attributes_search (end_filter , request .args )
333333 return process_products_request (str (end_filter ), request .args )
334334
335- # If there are two filters, repeat operation on both of them and combine their
336- # results with the operator retrieved
337- # elif len(splitted_filters)==2:
338- # result_filter_1 = process_filter(request, splitted_filters[0])
339- # result_filter_2 = process_filter(request, splitted_filters[1])
340- # return process_common_elements(result_filter_1, result_filter_2, operators[0])
341-
342- # If there are more than two filters, repeat operation on each one and combine its
335+ # If there is more than one filter, repeat operation on each one and combine its
343336 # results with the ones of the previous one using the correct operator
344337 else :
345338 i = 1
You can’t perform that action at this time.
0 commit comments