Copied to clipboard

Flag this post as spam?

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


  • Jinesh 33 posts 52 karma points
    Jul 15, 2011 @ 08:15
    Jinesh
    0

    Full text search in multi site installation

    Hello All,

    I m new to umbraco ....we are making a site using umbraco ..while searching for site  search functionality we came across Full Text Search.  We want to use Full Text Search in multisite setup....is there anything special which needs to be done for multi site ...please guide ..

    waiting for reply...

    Regards,

    Jinesh

  • Governor Technology 146 posts 551 karma points
    Jul 15, 2011 @ 14:22
    Governor Technology
    0

    Hi Jinesh,

    It would help if you could give a little more detail. I'm not entirely sure what you mean by a "multisite" setup. Do you mean you're serving multiple domains from a single umbraco installation? Or are you talking about some kind of load balanced environment?

    Full text search shouldn't have a problem with multiple domains. It searches all content nodes that have a valid template by default, it shouldn't really matter what domain they're on.

    If you want to restrict search results to pages from the same domain, you would usually change the macro parameter rootNodes in your template, e.g.

    <umbraco:Macro Alias="FullTextSearch" .......... rootNodes="(node id of the domain's homepage)"></umbraco:Macro>

    setting the correct (node id of the domain's homepage) for each domain.

    Let me know if that helps

    Bjorn

  • Jinesh 33 posts 52 karma points
    Jul 16, 2011 @ 07:12
    Jinesh
    0

    Hello Bjorn,

     

    Thanks for reply ...i was talking about multiple domain only ..and what you are saying might work ..let me try it out.......

     

    Regards,

    Jinesh


Please Sign in or register to post replies

Write your reply to:

Draft