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 409 posts 517 karma points
    Aug 31, 2013 @ 11:55
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies