Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30

Also fixes some errors caused by cherry-picking
This commit is contained in:
syeopite
2021-06-28 23:11:04 -07:00
parent abca8f7a7c
commit be1a43a337
5 changed files with 11 additions and 41 deletions

View File

@@ -247,5 +247,5 @@ def process_search_query(query, page, user, region)
end
end
{search_query, items_without_category.size, items_without_category, url_params}
{search_query, items_without_category.size, items_without_category, operators}
end