Copied to clipboard

Flag this post as spam?

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


  • Mac McDell 73 posts 148 karma points
    Jul 11, 2016 @ 22:58
    Mac McDell
    0

    lucene type ahead nupicker does not display selected nodes

    Hi. I am using a basic lucene nupicker type ahead product on my document type. It works exactly as it should in that it saves my ids which I then query for use on the model side. So it works. The issue is that on return to the page.. the saved nodes are gone. It is just a blank look ahead waiting for input again. When I look at my contentXML it is stored as

     <editorPicks><![CDATA[1176,1178,1261,1247,1262]]></editorPicks>
    

    It is as though there was never any code written to display the saved ids back to the client.
    The major problem is that the nodes are erased when the user saves without re-updating the data.

    Tried emptying TEMP folder.

  • Mac McDell 73 posts 148 karma points
    Jul 12, 2016 @ 15:44
    Mac McDell
    0

    Solved the issue. For some reason our typeahead picker had chosen csv as the save format and once we changed it to store as JSON it work flawlessly. Its weird because we tried a new one and it wouldn't even allow us to use select CSV. Not sure how we ended up in that situation. Fun!

Please Sign in or register to post replies

Write your reply to:

Draft