Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mohamed Ezzat Ibrahem 2 posts 22 karma points
    Aug 28, 2013 @ 19:13
    Mohamed Ezzat Ibrahem
    0

    how can i search for some text in all content text ?

    how can i search for some text in all content text not the node name 

  • Kelsee Ishmael 71 posts 158 karma points
    Aug 31, 2013 @ 10:18
    Kelsee Ishmael
    0

    Hey Mohamed,

    I would try something like:

    <xsl:if test="contains($currentPage/bodyContent, 'your search term')">
            <!--perform action-->
    </xsl:if>
  • andrew shearer 510 posts 659 karma points
    Aug 31, 2013 @ 11:55
Please Sign in or register to post replies

Write your reply to:

Draft