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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...