Copied to clipboard

Flag this post as spam?

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


  • Pav 15 posts 45 karma points
    Nov 22, 2013 @ 17:21
    Pav
    0

    How to setup index to allow xml property to remain unchanged.

    I am writing search for which I want to utilise xml property.,

    The issue I got Is that the xml markup gets stripped.

    <DAMP fullMedia="">
        <mediaItem>
            <File id="1184" version="84882e1b-c1eb-40e0-9141-ddbe8e34a9df" parentID="-1" level="1" writerID="0" nodeType="1033" template="0" sortOrder="3" createDate="2013-11-22T10:46:35" updateDate="2013-11-22T10:46:36" nodeName="New-Mind-Map_2q1fv" urlName="new-mind-map_2q1fv" writerName="admin" nodeTypeAlias="File" path="-1,1184">
                <umbracoFile>/media/1003/new-mind-map_2q1fv.pdf</umbracoFile>
                <umbracoExtension>pdf</umbracoExtension>
                <umbracoBytes>204228</umbracoBytes>
            </File>
        </mediaItem>
    </DAMP>

    and I end up with: /media/1003/new-mind-map_2q1fv.pdfpdf204228

    How do I set it up to keep the property in unchanged?

  • 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