Fix miscount of search results

pull/2059/head
syeopite 3 years ago
parent abda6840d5
commit 491e33450e
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -246,5 +246,5 @@ def process_search_query(url_params, query, page, user, region)
end
end
{search_query, count, items_without_cate_items, url_params}
{search_query, items_without_cate_items.size, items_without_cate_items, url_params}
end

Loading…
Cancel
Save