Daniel Senff
03/13/2023, 11:53 AMTaxonController#show
to retrieve the list of all products in the given taxon, you go through the searcher_class - search for products having the given taxon_id. Why is this instead of using @taxon.products
or @taxon.classifications
? I also wonder how the search class is respecting Classification#position, I don't find any references to this in Spree::Core::Search::Base
.kennyadsl
Daniel Senff
03/13/2023, 12:36 PM