From ccfe5bff6bdfd62fff882ad0ea11afdd09f1d24c Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 25 Feb 2021 11:53:15 +0000 Subject: [PATCH] clarified comment --- products/utils.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/products/utils.py b/products/utils.py index 0c6094e..8cfe030 100644 --- a/products/utils.py +++ b/products/utils.py @@ -12,8 +12,14 @@ def extract_search_filters(result_set): Returned object should look something like: { - "tags": [], - "attributes": [], + "tags": { + 'singles': set(), + 'header1': [] + }, + "attributes": { + 'singles': set(), + 'header1': [] + }, } """ filter_dict = {