Excellent... works as advertised!!  Thanks!!!

I created a content class with the simple template:

<!-- Do not Search -->
<rde-dm:import>
    <properties>
        <rde-rd:fulltextsearch>0</rde-rd:fulltextsearch>
    </properties>
</rde-dm:import>


and insert it into any part of the pages that I don't want indexed.


I was going to simply add an option element to the foundation page
that would put the code in the page.

i.e.
<!IoRangePreExecute>
<% if "<%opt_hidePageFromVeritySearch%>" = "show" then %>
<!-- Do not Search -->
<rde-dm:import>
    <properties>
        <rde-rd:fulltextsearch>0</rde-rd:fulltextsearch>
    </properties>
</rde-dm:import>
<% end if %>
<!/IoRangePreExecute>


I'm quite new to RedDot and I shy away from putting any more
preexecute code on a page than absolutely needed.
Is this an unfounded concern?
We only have a 3,000 or so pages so not sure if it has any impact on
Publish or Page Preview??  Am guessing the compiled ASP code is cached
so it might just be minimal.

Any rule of thumb or thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to