<%!! Escape:Text("<%info_cmsKeywords%>").IndexOf("Feature") !!%>
They keywords for one of the pages does contain "Feature Article", however when I run this, all pages on the list are returning -1 (didn't find the string we searched for). Has anyone done something like this in the past? Also, as a note, I'd like to avoid pre-execute and use of javascript if at all possible.
<%!! Escape:Text(<%info_cmsKeywords%>).IndexOf(Feature) !!%>
Don't need quotes.
Also, try adding .ToString() to the end if needed