Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • viral 48 posts 69 karma points
    Nov 25, 2010 @ 16:48
    viral
    0

    Umbraco Search Video !!!

    Hi,

    I want to implement search in Umbraco. I found videos on http://umbraco.org/help-and-support/video-tutorials/developing-with-umbraco/examine/adding-a-search-to-your-website but its only for 2 minutes. Please provide me whole video how to implement search in umbraco. Replies will be highly appreciated.

     

    Regards,

    Solanki

  • Kim Andersen 1447 posts 2196 karma points MVP
    Nov 25, 2010 @ 16:59
    Kim Andersen
    0

    If you just want to have some "simple" search on your page, I'd take a look at Doug's great package called XSLT Search. It's very easy to implement and it works like a charm. When I wrote "simple" in the beginning, it's acually not quite true, because the XSLT search can be customized quite a lot.

    /Kim A

  • viral 48 posts 69 karma points
    Nov 25, 2010 @ 17:11
    viral
    1

    So by downloading this project how to use it in my umbraco site?

  • Kim Andersen 1447 posts 2196 karma points MVP
    Nov 25, 2010 @ 18:23
    Kim Andersen
    0

    It's been a while since I implemented this one myself, but as far as i remember you have to insert the search form in one of your templates or macros, and then link that form to the search.aspx-page with a param called q or search or something like that. The search.aspx page will then grab that searchquery from the URL, and render the searchresult for you. You have to specify some different stuff before you are on the roll, but I'd suggest that you take a look at the documentation. You can get it from the projectpage on this site that I linked to before.

    /Kim A

  • viral 48 posts 69 karma points
    Nov 25, 2010 @ 18:30
    viral
    0

    ok i will try that later today and let you know. 

     

    Thanks again.

  • viral 48 posts 69 karma points
    Nov 25, 2010 @ 19:34
    viral
    0

    Yes its working. The link you provided, there is one PDF for documentation. I just followed it. You made my day.

    Do you know if i want to develope search using Microsoft search express instead of XSLT Search?

     

    Thanks.

  • Kim Andersen 1447 posts 2196 karma points MVP
    Nov 25, 2010 @ 19:53
    Kim Andersen
    0

    Great to hear that it worked out Solanki!

    Since Doug made such fine documentation, it's pretty easy to implement and that package rocks.

    I'm sorry but I haven't tried using Microsoft Search Express so I can't help you a lot with that. What advantage does it have compared to the XSLT Search and some of the other opportunities like Google search? Does it work the same way as Google Search, but just through Bing instead of Google or ?

    /Kim A

  • viral 48 posts 69 karma points
    Nov 25, 2010 @ 20:37
    viral
    0

    Thanks Kim !!! Without you, i wouldn't done. Well, my requirement is that need to use microsoft search express. May be its faster and performance wise its better. 

    Thanks again from bottom of the heart. God bless you.

  • Kim Andersen 1447 posts 2196 karma points MVP
    Nov 25, 2010 @ 23:11
    Kim Andersen
    0

    Ohh that's okay Solanki. I think that is one of the most grateful responses I've seen in here. I'm glad you had your problem solved.

    If you can mark one of the answers as the solution, other users can see that this post is not an open issue anymore :)

    Have a nice day...

    /Kim A

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Nov 25, 2010 @ 23:16
    Aaron Powell
    0

    You know, if you pay the 19 euros you can watch the whole video, and a lot more videos in fact. It's a very worthwhile investment if you're getting started with Umbraco :)

  • Ulrich Wagner Gade Ebsen 127 posts 277 karma points
    Nov 25, 2010 @ 23:30
    Ulrich Wagner Gade Ebsen
    0

    The advantage using MS Search Server (Express) over XSLTsearch is when your site contains information not originating from umbraco or if you need to index pdf's, docx, pptx etc.. you could do the last part with with Examine too, but that would index all of the media library and not only the documents in use. And it's also great for controlling and manipulating your index / searches.

    For smaller/"cleaner" projetcs I would recommend XSLTsearch though. I myself use all three (xsltSearch, Examine and MS Search Server Express)

    Examples:

    http://blackpelican.dk/, http://avidenz.dk/ - xsltSearch
    http://senmatic.com/, http://museum.odense.dk/ - MS Search Server Express
    Examine (yet not public)

    /ulrich

Please Sign in or register to post replies

Write your reply to:

Draft