You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I combine in_taxons scope with sort by master_price (using spree 1.1.1) I get postgres error:
searcher=Spree::Core::Search::ProductGroupBase.new(:product_group_query=>"in_taxons/Mugs/ascend_by_master_price")searcher.retrieve_products# ActiveRecord::StatementInvalid: PG::Error: ERROR: column "spree_variants.price" must appear in the GROUP BY clause or be used in an aggregate function
When I combine in_taxons scope with sort by master_price (using spree 1.1.1) I get postgres error:
full log: https://gist.github.com/2858938
You can see this error, when you install fresh spree 1.1.1 shop and try to access url http://localhost:3000/s/in_taxons/Mugs/ascend_by_master_price
The text was updated successfully, but these errors were encountered: