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 there, im creating my first Umbraco site & was wondering if I need to display the Umbraco logo with the website.
Thanks
Martin
Hi Martin
No you don't have to display it. It's an open source product and licensed under the MIT-license, which means you can alter it any way you like.
Hope this answers your question :)
/Jan
If you want to do it in c#:
ISearchResults results = ExamineManager.Instance.Search(searchTerm, true);
Then do what ever you like with the results
Check out this post on how to do it in razor:
http://farmcode.org/post/2011/03/15/Searching-Umbraco-using-Razor-and-Examine.aspx
Uhm, Anthony... Lol? :P
Guess it's the wrong post replied in a rush? :D
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Logo
Hi there, im creating my first Umbraco site & was wondering if I need to display the Umbraco logo with the website.
Thanks
Martin
Hi Martin
No you don't have to display it. It's an open source product and licensed under the MIT-license, which means you can alter it any way you like.
Hope this answers your question :)
/Jan
If you want to do it in c#:
ISearchResults results = ExamineManager.Instance.Search(searchTerm, true);
Then do what ever you like with the results
Check out this post on how to do it in razor:
http://farmcode.org/post/2011/03/15/Searching-Umbraco-using-Razor-and-Examine.aspx
Uhm, Anthony... Lol? :P
Guess it's the wrong post replied in a rush? :D
/Jan
is working on a reply...