Hey,
I want to use a conditional within the searchv1 module in the element template.
I would like to use this conditional:
<!--@If(DwSearchResultSummary.Contains(value))-->
I've done some testing:
This conditionals works:
<!--@If(DwSearchResultSummary == DwSearchResultSummary)-->
These don't work:
<!--@If(1 == 1)-->
<!--@If(DwSearchResultSummary.Contains(value))-->
Is there a way to make it work. I'm on DW 8.4.
BR
Martin