Description:
The ProductsFinderDecorator in Spree Multi-Vendor causes a NoMethodError when no products are found for the given filters, due to calling distinct on a nil object in the execute method.
Proposed Solution:
This issue is addressed in PR #236, which modifies the execute method in ProductsFinderDecorator to handle nil safely.
References:
PR: #236
Description:
The ProductsFinderDecorator in Spree Multi-Vendor causes a NoMethodError when no products are found for the given filters, due to calling distinct on a nil object in the execute method.
Proposed Solution:
This issue is addressed in PR #236, which modifies the execute method in ProductsFinderDecorator to handle nil safely.
References:
PR: #236