Copied to clipboard

Flag this post as spam?

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


  • Chris C 6 posts 46 karma points
    Oct 15, 2014 @ 11:27
    Chris C
    0

    Search issues [v6.2.3]

    I recently upgraded a site from 6.1.x to 6.2.3.

    When performing a search I now get this error: 

     Unable to cast object of type 'ConvertedNode' to type 'umbraco.NodeFactory.Node'.

    In my search macro, I was obtaining search results with:

        var results = Library.Search(query).Where("Visible");

    This was working fine in 6.1.x but I'm not even sure that is the correct way to perform searches so any input apprciated.

     

    Thanks

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Oct 15, 2014 @ 19:58
    Jan Skovgaard
    0

    Hi Chris and welcome to our :)

    Is your search based on some custom code, or a 3rd party package? Are you by any chance using the Examine stuff?

    It might be a bug in the particular version of Umbraco. Perhaps upgrading to 6.2.4 can resolve the issue?

    /Jan

  • Chris C 6 posts 46 karma points
    Oct 15, 2014 @ 21:30
    Chris C
    0

    Hi Jan,

    I'm not sure where I got the search code from, been a while now but yes it should be based upon the standard Examine indexes, ie. no special cases.

    I'll try the upgrade and report back!

     

  • Simon Dingley 1431 posts 3332 karma points c-trib
    Feb 27, 2015 @ 13:14
    Simon Dingley
    0

    Chris - did you resolve this? I also have this in v6.2.5 recently upgrade from v4.11.10.

    Thanks, Simon

  • 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