It's just regular Umbraco Examine and razor. You can just remove the ProductTypeName part of the search razor file and then it will display other types.
You will also need to look at the examine config settings. Here's a nice walkthrough on how to use examine:
If I will comment out all the parts related to the "ProductTypeName" pameter ,doing it carefully of course, the default behavior will be to search all of the products?
Searching multiple product types
I am using 3 different product type in my store, but I see the search function is only for type "Product".
Is there a way to make the search compatible for multiple product types? without making the user choose the product type before searching?
I am using tea-commerce version 3.0 based on umbraco 6.02
Hi Moran,
It's just regular Umbraco Examine and razor. You can just remove the ProductTypeName part of the search razor file and then it will display other types.
You will also need to look at the examine config settings. Here's a nice walkthrough on how to use examine:
http://umbraco.com/follow-us/blog-archive/2011/9/16/examining-examine.aspx
Hope that helps
/Rune
If I will comment out all the parts related to the "ProductTypeName" pameter ,doing it carefully of course, the default behavior will be to search all of the products?
Tahnks :)
I did some adjustments to the code and in the "ExamineIndex.coinfig" file I have added the following
Yes. That was exactly what you needed to do :)
/Rune
is working on a reply...