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
Hi just wondering if that was the case?
Cheers,
Tom
Hi just wondering in 4.10 how I'd do something like:
var initialResults = ExamineManager.Instance.SearchProviderCollection[searcherName]
.Search(sc)
.Distinct()
.OrderByDescending(r => r.Score)
.Select(r => new DynamicNode(r.Id));
It's like I need the published properties of DynamicPublishedContent
but need to be able to get access to a preexisting node..
is working on a reply...
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.
Continue discussion
DynamicPublishedContent replaces DyanmicNode in 4.10?
Hi just wondering if that was the case?
Cheers,
Tom
Hi just wondering in 4.10 how I'd do something like:
var initialResults = ExamineManager.Instance.SearchProviderCollection[searcherName]
.Search(sc)
.Distinct()
.OrderByDescending(r => r.Score)
.Select(r => new DynamicNode(r.Id));
It's like I need the published properties of DynamicPublishedContent
but need to be able to get access to a preexisting node..
Cheers,
Tom
is working on a reply...
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.