I've got a search results table where it is being populated from two different lists. I'd like to be able to make the results of one of my columns be bold/italic based on which path they came from. I'm not really sure how to accomplish this through my .html file.
The highlighted field is what I'd like this conditional formatting to affect. (_#=.ctx.CurrentItem.Path=#_) - this is the origin of the two different lists. My thought is somehow seeing if the Path contains the word "Private" then it is italics otherwise bold. (Private is in one of the URL's, but not the other).
Any help would be appreciated.