I have been working with XSLTsearch and I am wondering if it is possible to use different $searchFields values depending on the node e.g. when a node's true/false field value is set to true then searchFields value is bodyTextA otherwise it is bodyTextB.
Does anyone know if it is possible to do such a thing and how I would go about doing it?
Different searchFields values in XSLTsearch
Hi Guys,
I have been working with XSLTsearch and I am wondering if it is possible to use different $searchFields values depending on the node e.g. when a node's true/false field value is set to true then searchFields value is bodyTextA otherwise it is bodyTextB.
Does anyone know if it is possible to do such a thing and how I would go about doing it?
Thanks,
Thomas
use a choose - when - otherwise within your XSLTsearch
is working on a reply...