Hi All,

I am doing free text search by using search libraries. I am using
search:search/search:resolve etc.. We have elements <footnote> inside
documents and I don't want to include these nodes in my search.

e.g.

If I search Effective , this should not return result.

If I search confidential , this should return result however match count
should be only 2 NOT 3. Also confidential  that is under footnote should
not be highlighted.

<doc>
<meta>
</meta>
<footnote id="R09-IDANDNQ-R09-IDAE00T-FN7" content-type="secondary">
        <para>
            <text>Effective February 3, 2015, confidential  </text>
       </para>
</footnote>
<num>(a)</num>
    <para>
        <text>An SCI entity (as defined in
            of this chapter) shall not omit the confidential portion from
the material filed in electronic format on Form SCI pursuant to Regulation
SCI,
            <italic>et seq</italic>., and, in lieu of the procedures
described in
             of this section, may request confidential treatment of all
information provided on Form SCI by completing Section IV of Form SCI.
        </text>
    </para>
</doc>


Is there any way to exclude elements from the search?

Regards,
Indy
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to