I would like to XSLTsearch.xslt of umbraco to search ucommerce products as well, what would be the best way to implement 2 searches into 1, maybe have uCommerce search be default search that searches umbraco and uCommerce, how would one do that?
It would require a tremendous amount of work to get going. It would be easier to use the uCommerce LINQ APIs in combination with XSLTSearch on your page. Typically search hits for products would be presented before content hits anyway, which caters well to this way of dealing with the issue.
Combine XSLTsearch.xslt and UCommerce Search
I would like to XSLTsearch.xslt of umbraco to search ucommerce products as well, what would be the best way to implement 2 searches into 1, maybe have uCommerce search be default search that searches umbraco and uCommerce, how would one do that?
thank you
Arlan
XSLTsearch.xslt
https://our.umbraco.org/projects/website-utilities/xsltsearch
It would require a tremendous amount of work to get going. It would be easier to use the uCommerce LINQ APIs in combination with XSLTSearch on your page. Typically search hits for products would be presented before content hits anyway, which caters well to this way of dealing with the issue.
is working on a reply...