I had a quick look around the forum but I couldn't see anything
on this, so sorry if its already been answered.
I built a custom user controls following the rather helpful
tutorial over at umbraco TV, then I added in some additional code so it fit
with what we needed.
The problem is that I’m trying to get hold of the Node content
to display under the Node name on the search page and I can’t figure out how
best to do this. For example if the search engine searched through the body
text I want the first 20 words of this to show up under the hyperlink.
Is there a way of accessing my custom data types inside the user
control ?
Umbraco Search with page content (blurb)
Hello,
I had a quick look around the forum but I couldn't see anything on this, so sorry if its already been answered.
I built a custom user controls following the rather helpful tutorial over at umbraco TV, then I added in some additional code so it fit with what we needed.
The problem is that I’m trying to get hold of the Node content to display under the Node name on the search page and I can’t figure out how best to do this. For example if the search engine searched through the body text I want the first 20 words of this to show up under the hyperlink.
Is there a way of accessing my custom data types inside the user control ?
Problem solved I just pushed each Node Id from the loop into a Node object and out putted the doctype.
is working on a reply...