Commit e8b8f19a by Tran Hoang Viet

VietTH: Hotfix change per_page in search result

parent 9b8cf531
......@@ -17,5 +17,5 @@ class Product < ActiveRecord::Base
mount_uploader :image, ImageUploader
solr_options per_page: 2, fields: [:id, :title]
solr_options per_page: 5, fields: [:id, :title]
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment