Hi, I need my site be able to search by attribute as well, you guys sayd that the theme doesnt do that, ok, but i found out the relevanssi plugin does, but for some reasson, even after enable relevanssi search in theme configuration, nothing is showing. In the admin search, works perfctly. In the plugin support they say that I need to do this when this occurs:
– If searching for products doesn’t find anything, but the product search works in the Relevanssi admin search (Dashboard > Admin search), the problem is caused by having a product archive template that does not run the woocommerce_before_shop_loop action.
You need to modify the product archive template in your theme (or child theme) to fix these problems. Either make sure it runs the woocommerce_before_shop_loop action before the product loop, or that it calls wc_reset_loop() directly. –
I don’t know how to do that, can someone help me please?