Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
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!
Chris - did you resolve this? I also have this in v6.2.5 recently upgrade from v4.11.10.
Thanks, Simon
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
In my search macro, I was obtaining search results with:
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
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
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!
Chris - did you resolve this? I also have this in v6.2.5 recently upgrade from v4.11.10.
Thanks, Simon
is working on a reply...