Understanding search templating in WordPress and WooCommerce

There are 3 different URL structures that load the search results page template.

WordPress default searchDisplays all Post Types including Products.

URL: https://yoursite.com/?s=keyword

Template: search.php

View search results by embedding the WordPress Search widget.

WooCommerce searchOnly displays products.

URL: https://yoursite.com/?s=keyword&post_type=product

Template: woocommerce/templates/archive-product.php

View search results by embedding the WooCommerce Product Search widget.

WooCommerce search with FiboSearch engineOnly displays products.

URL: https://yoursite.com/?s=keyword&post_type=product&dgwt_wcas=1

Template: woocommerce/templates/archive-product.php

View search results by embedding the FiboSearch search bar (via menu, widget or shortcode).

Note:

FiboSearch doesn’t affect the appearance of the search results page. You can modify/override the relevant template.

Related Resources:

https://codex.wordpress.org/Creating_a_Search_Page