search by brand name now works
This commit is contained in:
@@ -355,7 +355,8 @@ namespace :ribica do
|
||||
description: item.description,
|
||||
sub_category: item.sub_category.name,
|
||||
category: item.sub_category.category.name,
|
||||
section: item.sub_category.category.section.name
|
||||
section: item.sub_category.category.section.name,
|
||||
brand: item.brand.name
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user