I found some issues with the search result template and search feature from Bricsk.
1.
I created a template where I used the search element and I only wanted it to display products in search result. Instead of taking me to search result page it takes me to the product that’s similar to that keyword.
I have sent the link to your DM! You will see the library page.
I searched for a term which has a product in existence and not in existence to see the search not found template.
It is a default behavior in WooCommerce when the search result only contains 1 product. (In Shop page or product archive pages) Please test this in a default WP theme.
You can try this snippet to deactivate the redirect.
I can replicate the issue when you are using <li> as the looping tag. Recorded in the bug tracker.
Update: This isn’t a bug. you have to define list-style:none manually.
I attempted to have the template shown when a search is done no product is found. But I couldn’t have such a condition done. I tried different codes but none work.
Do you have a remedy for this? So that a section/template will display when the search query has no result found.
PS: I created the search template with Query loop to display the searched items.