Where is the Search Controller?

Laraship QuestionsCategory: TechnicalWhere is the Search Controller?
Luis Wenus asked 4 years ago
We are trying to make all products of the subcategories of the parent show when only the parent is selected. We are experienced developers so all we would need is to know where the search or filter controller is located, and what controller creates the URL in the picture I attached? And what controller reads that URL to determine which products to show?
Attachments
1 Answers
laraship Staff answered 4 years ago
Hello, Under Corals/modules/Marketplace/Classes/Shop.php there is a function: 
protected function categoryQueryBuilderFilter($products, $category, $status = 'active')
{
.
.
}
I think you need to adjust your code there to match your requirements.