How to display products only in search results on Mobile View?

Hi there, I’m trying to find a solution to display products only in search results when I’m on Mobile View. At the moment only Desktop View is displaying products only.

@Chuckachucka

Find the mobile search form code and add below line

 <input type="hidden" name="type" value="product">

under the search input box.

If the mobile is using predictive search then you have to make changes in JS.