Changing the ORDER BY in WordPress default search function
If I were you, I would likely use the posts_search_orderby hook to change the search ORDER BY clause, because that way, the sorting would work with pagination. So for example in your case, you would want to sort by the post type like so: (well, if the “product posts” is of a different post type?) … Read more