when click view all return to home
-
hi friends, im migrate bagisto 2.1.1 to 2.2.2 current master
i work to migrate product carousel so this section have one question when click on view all on mobile or desktop not redirect to shop, when click return to home again
link on href is working fine
i need configure this redirect on this version?
-
i found solution on
Http->Controllers->SearchController
on index have this$this->validate(request(), ['query' => ['required', 'string', 'regex:/^[^\\\]+$/u']]);
comment this line and work links
this validation is necesary?